Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm STDC cleanup: extra token not allowed after #endif.



details:   https://anonhg.NetBSD.org/src/rev/a22f94cc97c3
branches:  trunk
changeset: 509133:a22f94cc97c3
user:      marcus <marcus%NetBSD.org@localhost>
date:      Fri Apr 27 00:14:47 2001 +0000

description:
STDC cleanup: extra token not allowed after #endif.

diffstat:

 sys/uvm/uvm_ddb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 964592f558ea -r a22f94cc97c3 sys/uvm/uvm_ddb.h
--- a/sys/uvm/uvm_ddb.h Fri Apr 27 00:14:02 2001 +0000
+++ b/sys/uvm/uvm_ddb.h Fri Apr 27 00:14:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_ddb.h,v 1.5 2000/11/25 06:27:59 chs Exp $  */
+/*     $NetBSD: uvm_ddb.h,v 1.6 2001/04/27 00:14:47 marcus Exp $       */
 
 /*
  *
@@ -51,4 +51,4 @@
 
 #endif /* _KERNEL */
 
-#endif _UVM_UVM_DDB_H_
+#endif /* _UVM_UVM_DDB_H_ */



Home | Main Index | Thread Index | Old Index