Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 clean up multiple inclusion protection def'ns



details:   https://anonhg.NetBSD.org/src/rev/d10765c806c6
branches:  trunk
changeset: 472166:d10765c806c6
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 23 18:01:05 1999 +0000

description:
clean up multiple inclusion protection def'ns

diffstat:

 sys/compat/osf1/osf1_util.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r e8c52ad61198 -r d10765c806c6 sys/compat/osf1/osf1_util.h
--- a/sys/compat/osf1/osf1_util.h       Fri Apr 23 18:00:34 1999 +0000
+++ b/sys/compat/osf1/osf1_util.h       Fri Apr 23 18:01:05 1999 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: osf1_util.h,v 1.4 1999/04/23 05:55:13 cgd Exp $        */
+/*     $NetBSD: osf1_util.h,v 1.5 1999/04/23 18:01:05 cgd Exp $        */
 
-#ifndef _OSF1_OSF1_UTIL_H_
-#define _OSF1_OSF1_UTIL_H_
+#ifndef _COMPAT_OSF1_OSF1_UTIL_H_
+#define _COMPAT_OSF1_OSF1_UTIL_H_
 
 #include <compat/common/compat_util.h>
 
@@ -13,4 +13,4 @@
 #define OSF1_CHECK_ALT_CREAT(p, sgp, path) \
     CHECK_ALT_CREAT(p, sgp, osf1_emul_path, path)
 
-#endif /* _OSF1_OSF1_UTIL_H_ */
+#endif /* _COMPAT_OSF1_OSF1_UTIL_H_ */



Home | Main Index | Thread Index | Old Index