summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_exec_elf64.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_exec_elf64.c
parent4f2ad9525955632636c39fe478da76a8c23d2dc3 (diff)
add RCSIDs (including regeneration of files as appropriate)
Diffstat (limited to 'sys/compat/linux/common/linux_exec_elf64.c')
-rw-r--r--sys/compat/linux/common/linux_exec_elf64.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_exec_elf64.c b/sys/compat/linux/common/linux_exec_elf64.c
index 4bd1949cc7b..40ee40b843f 100644
--- a/sys/compat/linux/common/linux_exec_elf64.c
+++ b/sys/compat/linux/common/linux_exec_elf64.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_elf64.c,v 1.1 1998/10/01 03:11:34 erh Exp $ */
+/* $NetBSD: linux_exec_elf64.c,v 1.2 2001/11/13 02:08:51 lukem Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -36,6 +36,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(1, "$NetBSD: linux_exec_elf64.c,v 1.2 2001/11/13 02:08:51 lukem Exp $");
+
#define ELFSIZE 64
#include "linux_exec_elf32.c"