diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-13 02:07:52 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-13 02:07:52 +0000 |
| commit | dab6ef8b56842b2ed58078dec5df327e3e7e632e (patch) | |
| tree | f9aca1f2328c6e0d739c0847268a7a1ce4dbd765 /sys/compat/linux/common/linux_exec_aout.c | |
| parent | 4f2ad9525955632636c39fe478da76a8c23d2dc3 (diff) | |
add RCSIDs (including regeneration of files as appropriate)
Diffstat (limited to 'sys/compat/linux/common/linux_exec_aout.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec_aout.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_exec_aout.c b/sys/compat/linux/common/linux_exec_aout.c index 9eb5ef47656..9ad5351741a 100644 --- a/sys/compat/linux/common/linux_exec_aout.c +++ b/sys/compat/linux/common/linux_exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec_aout.c,v 1.46 2001/10/30 15:32:02 thorpej Exp $ */ +/* $NetBSD: linux_exec_aout.c,v 1.47 2001/11/13 02:08:50 lukem Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * based on exec_aout.c, sunos_exec.c and svr4_exec.c */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: linux_exec_aout.c,v 1.47 2001/11/13 02:08:50 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
