summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
-rw-r--r--sys/compat/linux/common/linux_socketcall.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c
index 52b6a5710e9..0fc08744f67 100644
--- a/sys/compat/linux/common/linux_socketcall.c
+++ b/sys/compat/linux/common/linux_socketcall.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socketcall.c,v 1.22 2001/07/22 13:55:23 jdolecek Exp $ */
+/* $NetBSD: linux_socketcall.c,v 1.23 2001/11/13 02:09:00 lukem Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -36,6 +36,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.23 2001/11/13 02:09:00 lukem Exp $");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>