aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey/keydb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netkey/keydb.h')
-rw-r--r--sys/netkey/keydb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netkey/keydb.h b/sys/netkey/keydb.h
index 9574a440e7fc..af4b3ba497a2 100644
--- a/sys/netkey/keydb.h
+++ b/sys/netkey/keydb.h
@@ -32,7 +32,7 @@
#ifndef _NETKEY_KEYDB_H_
#define _NETKEY_KEYDB_H_
-#ifdef KERNEL
+#ifdef _KERNEL
/* Security Assocciation Index */
/* NOTE: Encure to be same address family */
@@ -130,6 +130,6 @@ struct key_cb {
int any_count;
};
-#endif /* KERNEL */
+#endif /* _KERNEL */
#endif /* _NETKEY_KEYDB_H_ */