Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv26464
Modified Files:
descriptor.h processor.h rpb.h vaxcpu.h
Log Message:
DA: gcc 3 dislikes garbage after the #endif.. put comments in
Index: descriptor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/descriptor.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- descriptor.h 17 Jan 2001 16:18:52 -0000 1.1
+++ descriptor.h 3 Feb 2003 00:09:31 -0000 1.2
@@ -46,4 +46,4 @@
void *pointer;
};
-#endif _VAX_DESCRIPTOR_H
+#endif /* _VAX_DESCRIPTOR_H */
Index: processor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/processor.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- processor.h 9 Apr 2002 12:33:20 -0000 1.11
+++ processor.h 3 Feb 2003 00:09:31 -0000 1.12
@@ -146,4 +146,4 @@
#define cpu_relax() do { } while (0)
-#endif _VAX_PROCESSOR_H
+#endif /* _VAX_PROCESSOR_H */
Index: rpb.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/rpb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpb.h 23 Jan 2001 23:54:29 -0000 1.2
+++ rpb.h 3 Feb 2003 00:09:31 -0000 1.3
@@ -78,4 +78,5 @@
extern struct rpb_struct boot_rpb;
-#endif _VAX_RPB_H
+#endif /* _VAX_RPB_H */
+
Index: vaxcpu.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/vaxcpu.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vaxcpu.h 20 May 2002 16:16:08 -0000 1.6
+++ vaxcpu.h 3 Feb 2003 00:09:31 -0000 1.7
@@ -277,4 +277,4 @@
#define NVAX_SIDEX_ADDR 0x20040004
-#endif _VAX_CPU_H
+#endif /* _VAX_CPU_H */
|