diff options
| author | christos <christos@NetBSD.org> | 1998-10-03 20:17:36 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-10-03 20:17:36 +0000 |
| commit | 908291d2fe8cb6a2e32a51bc81af769b53ddb7f8 (patch) | |
| tree | 94648880c2137c1913a1b3c1f7d2e8eb18d6fea2 /sys/compat/linux/common/linux_msg.h | |
| parent | 78f9c9bd250d162debb35400ee643ad8fc32d505 (diff) | |
Attempt to fix the mess.
Diffstat (limited to 'sys/compat/linux/common/linux_msg.h')
| -rw-r--r-- | sys/compat/linux/common/linux_msg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/common/linux_msg.h b/sys/compat/linux/common/linux_msg.h index 029028e4cb3..bbf759f1396 100644 --- a/sys/compat/linux/common/linux_msg.h +++ b/sys/compat/linux/common/linux_msg.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_msg.h,v 1.3 1998/10/01 03:48:32 erh Exp $ */ +/* $NetBSD: linux_msg.h,v 1.4 1998/10/03 20:17:42 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -67,8 +67,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _COMMON_LINUX_MSG_H -#define _COMMON_LINUX_MSG_H +#ifndef _LINUX_MSG_H +#define _LINUX_MSG_H #include <sys/msg.h> @@ -148,4 +148,4 @@ __END_DECLS #endif /* !_KERNEL */ #endif /* !SYSVMSG */ -#endif /* !_COMMON_LINUX_MSG_H */ +#endif /* !_LINUX_MSG_H */ |
