Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv28843
Modified Files:
descriptor.h processor.h rpb.h vaxcpu.h
Log Message:
Remove text after #endif that GCC 3 doesn't like
Index: descriptor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/descriptor.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- descriptor.h 20 May 2002 00:33:39 -0000 1.3
+++ descriptor.h 9 Feb 2003 01:46:02 -0000 1.4
@@ -46,4 +46,4 @@
void *pointer;
};
-#endif _VAX_DESCRIPTOR_H
+#endif /* _VAX_DESCRIPTOR_H */
Index: processor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/processor.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- processor.h 24 Jan 2003 00:28:32 -0000 1.6
+++ processor.h 9 Feb 2003 01:46:02 -0000 1.7
@@ -108,4 +108,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.5/include/asm-vax/rpb.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpb.h 20 May 2002 00:33:39 -0000 1.3
+++ rpb.h 9 Feb 2003 01:46:03 -0000 1.4
@@ -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.5/include/asm-vax/vaxcpu.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vaxcpu.h 20 May 2002 00:33:39 -0000 1.3
+++ vaxcpu.h 9 Feb 2003 01:46:03 -0000 1.4
@@ -276,4 +276,4 @@
#define NVAX_SIDEX_ADDR 0x20040004
-#endif _VAX_CPU_H
+#endif /* _VAX_CPU_H */
|