patch-2.1.9 linux/include/asm-sparc/elf.h

Next file: linux/include/asm-sparc/errno.h
Previous file: linux/include/asm-sparc/dma.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/elf.h linux/include/asm-sparc/elf.h
@@ -1,4 +1,4 @@
-/* $Id: elf.h,v 1.3 1996/04/22 15:48:48 miguel Exp $ */
+/* $Id: elf.h,v 1.5 1996/08/08 00:06:13 ecd Exp $ */
 #ifndef __ASMSPARC_ELF_H
 #define __ASMSPARC_ELF_H
 
@@ -23,11 +23,12 @@
 /*
  * These are used to set parameters in the core dumps.
  */
-#define ELF_ARCH EM_SPARC
+#define ELF_ARCH	EM_SPARC
 #define ELF_CLASS	ELFCLASS32
 #define ELF_DATA	ELFDATA2MSB;
 
 #define USE_ELF_CORE_DUMP
 #define ELF_EXEC_PAGESIZE	4096
 
-#endif
+
+#endif /* !(__ASMSPARC_ELF_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov