summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.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/linux_syscalls.c
parent4f2ad9525955632636c39fe478da76a8c23d2dc3 (diff)
add RCSIDs (including regeneration of files as appropriate)
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 640d8dcbf29..8b72ec02bbe 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.38 2001/10/14 17:14:07 manu Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.39 2001/11/13 02:08:32 lukem Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -38,6 +38,9 @@
/* XXX XXX This exists to keep kdump and friends happy. */
+#include <sys/cdefs.h>
+__KERNEL_RCSID(1, "$NetBSD: linux_syscalls.c,v 1.39 2001/11/13 02:08:32 lukem Exp $");
+
#if defined(__i386__)
#include "../../sys/compat/linux/arch/i386/linux_syscalls.c"
#elif defined(__m68k__)