patch-2.4.22 linux-2.4.22/arch/ppc/boot/include/rs6000.h

Next file: linux-2.4.22/arch/ppc/boot/include/zlib.h
Previous file: linux-2.4.22/arch/ppc/boot/common/relocate.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/boot/include/rs6000.h linux-2.4.22/arch/ppc/boot/include/rs6000.h
@@ -35,7 +35,7 @@
 /********************** AOUT "OPTIONAL HEADER" **********************/
 
 
-typedef struct 
+typedef struct
 {
   unsigned char	magic[2];	/* type of file			*/
   unsigned char	vstamp[2];	/* version stamp		*/
@@ -135,7 +135,7 @@
 #define E_FILNMLEN	14	/* # characters in a file name		*/
 #define E_DIMNUM	4	/* # array dimensions in auxiliary entry */
 
-struct external_syment 
+struct external_syment
 {
   union {
     char e_name[E_SYMNMLEN];
@@ -157,7 +157,7 @@
 #define N_TMASK		(060)
 #define N_BTSHFT	(4)
 #define N_TSHIFT	(2)
-  
+
 
 union external_auxent {
 	struct {
@@ -214,7 +214,7 @@
 };
 
 #define	SYMENT	struct external_syment
-#define	SYMESZ	18	
+#define	SYMESZ	18
 #define	AUXENT	union external_auxent
 #define	AUXESZ	18
 #define DBXMASK 0x80		/* for dbx storage mask */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)