Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sys Use the correct macro name for dup-include ch...



details:   https://anonhg.NetBSD.org/src/rev/638a0b4c6065
branches:  trunk
changeset: 447916:638a0b4c6065
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jan 28 01:01:59 2019 +0000

description:
Use the correct macro name for dup-include checking

diffstat:

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

diffs (26 lines):

diff -r d791b2a963ec -r 638a0b4c6065 sys/compat/sys/module.h
--- a/sys/compat/sys/module.h   Mon Jan 28 01:00:23 2019 +0000
+++ b/sys/compat/sys/module.h   Mon Jan 28 01:01:59 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.1 2019/01/27 18:29:10 christos Exp $      */
+/*     $NetBSD: module.h,v 1.2 2019/01/28 01:01:59 pgoyette Exp $      */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -26,8 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef _SYS_COMPAT_MODULE_H_
-#define _SYS_COMPAT_MODULE_H_
+#ifndef _COMPAT_SYS_MODULE_H_
+#define _COMPAT_SYS_MODULE_H_
 
 /*
  * This structure intentionally has the same layout for 32 and 64
@@ -45,4 +45,4 @@
        u_int           oms_reserved[3];
 } omodstat_t;
 
-#endif /* !_SYS_COMPAT_MODULE_H_ */
+#endif /* !_COMPAT_SYS_MODULE_H_ */



Home | Main Index | Thread Index | Old Index