patch-2.4.4 linux/include/asm-sparc64/a.out.h
Next file: linux/include/asm-sparc64/asi.h
Previous file: linux/include/asm-sparc/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Apr 26 22:17:26 2001
- Orig file:
v2.4.3/linux/include/asm-sparc64/a.out.h
- Orig date:
Fri Aug 6 11:58:00 1999
diff -u --recursive --new-file v2.4.3/linux/include/asm-sparc64/a.out.h linux/include/asm-sparc64/a.out.h
@@ -1,4 +1,4 @@
-/* $Id: a.out.h,v 1.6 1999/08/04 07:04:21 jj Exp $ */
+/* $Id: a.out.h,v 1.7 2001/04/24 01:09:12 davem Exp $ */
#ifndef __SPARC64_A_OUT_H__
#define __SPARC64_A_OUT_H__
@@ -21,7 +21,7 @@
unsigned int a_drsize;
};
-#endif __ASSEMBLY__
+#endif /* !__ASSEMBLY__ */
/* Where in the file does the text information begin? */
#define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? 0 : sizeof (struct exec))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)