summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socket.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-11-13 02:07:52 +0000
committerlukem <lukem@NetBSD.org>2001-11-13 02:07:52 +0000
commitdab6ef8b56842b2ed58078dec5df327e3e7e632e (patch)
treef9aca1f2328c6e0d739c0847268a7a1ce4dbd765 /sys/compat/linux/common/linux_socket.c
parent4f2ad9525955632636c39fe478da76a8c23d2dc3 (diff)
add RCSIDs (including regeneration of files as appropriate)
Diffstat (limited to 'sys/compat/linux/common/linux_socket.c')
-rw-r--r--sys/compat/linux/common/linux_socket.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c
index b38151fe7f5..ce780a2fe6d 100644
--- a/sys/compat/linux/common/linux_socket.c
+++ b/sys/compat/linux/common/linux_socket.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socket.c,v 1.34 2001/09/08 14:19:09 fvdl Exp $ */
+/* $NetBSD: linux_socket.c,v 1.35 2001/11/13 02:08:59 lukem Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -46,6 +46,9 @@
* recvmsg().
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.35 2001/11/13 02:08:59 lukem Exp $");
+
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
#endif