summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.h
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2011-04-05 22:54:30 +0000
committerpirofti <pirofti@openbsd.org>2011-04-05 22:54:30 +0000
commit76122f3f91de6afee5be11c38a9550db149fda60 (patch)
tree078bafe94e8d69b4148aeacc8b5bce7ea1ab5d2e /sys/compat/linux/linux_ipc.h
parentdo inquiries against dmaable memory while probing devices. (diff)
downloadwireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.tar.xz
wireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.zip
Unify header sentinel names.
Diffstat (limited to 'sys/compat/linux/linux_ipc.h')
-rw-r--r--sys/compat/linux/linux_ipc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h
index c98730cd923..cfd7ff781d7 100644
--- a/sys/compat/linux/linux_ipc.h
+++ b/sys/compat/linux/linux_ipc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_ipc.h,v 1.3 2000/07/23 22:35:38 jasoni Exp $ */
+/* $OpenBSD: linux_ipc.h,v 1.4 2011/04/05 22:54:30 pirofti Exp $ */
/* $NetBSD: linux_ipc.h,v 1.1 1995/02/28 23:25:47 fvdl Exp $ */
/*
@@ -32,8 +32,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _LINUX_IPC_H
-#define _LINUX_IPC_H
+#ifndef _LINUX_IPC_H_
+#define _LINUX_IPC_H_
/*
* Structs and values to handle the SYSV ipc/shm/msg calls implemented
@@ -62,4 +62,4 @@ struct linux_ipc_perm {
#define LINUX_IPC_STAT 2
#define LINUX_IPC_INFO 3
-#endif /* _LINUX_IPC_H */
+#endif /* _LINUX_IPC_H_ */