summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socketcall.h
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-04-05 22:54:32 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-04-05 22:54:32 +0000
commit4dc744ec1a41a3e93c3b9d4fa686050a4e60ab90 (patch)
tree3a96ab8e279ebf75aa59ddde0d8de8368b831a06 /sys/compat/linux/linux_socketcall.h
parentd36b3166498c5a6ebc0c5ffb06c24c41eb98306d (diff)
Unify header sentinel names.
Diffstat (limited to 'sys/compat/linux/linux_socketcall.h')
-rw-r--r--sys/compat/linux/linux_socketcall.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_socketcall.h b/sys/compat/linux/linux_socketcall.h
index 57c3ad90db6..57c4709b420 100644
--- a/sys/compat/linux/linux_socketcall.h
+++ b/sys/compat/linux/linux_socketcall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_socketcall.h,v 1.4 2002/11/27 07:30:36 ish Exp $ */
+/* $OpenBSD: linux_socketcall.h,v 1.5 2011/04/05 22:54:31 pirofti Exp $ */
/* $NetBSD: linux_socketcall.h,v 1.1 1995/02/28 23:26:05 fvdl Exp $ */
/*
@@ -32,8 +32,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _LINUX_SOCKETCALL_H
-#define _LINUX_SOCKETCALL_H
+#ifndef _LINUX_SOCKETCALL_H_
+#define _LINUX_SOCKETCALL_H_
/*
* Values passed to the Linux socketcall() syscall, determining the actual
@@ -174,4 +174,4 @@ struct linux_recvmsg_args {
int flags;
};
-#endif /* _LINUX_SOCKETCALL_H */
+#endif /* _LINUX_SOCKETCALL_H_ */