diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-17 14:53:18 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-17 14:53:18 +0000 |
| commit | 05941d095a69f4d4062faeaad8425ff44e8530a4 (patch) | |
| tree | b257f58d15ad88441c7245549ab737abd228bdbe /usr.sbin/pkg_install/lib/exec.c | |
| parent | bb2c8b04e6ebbd46b3552187ef5d80be62830d25 (diff) | |
WARNSify, cleanup Makefiles
Diffstat (limited to 'usr.sbin/pkg_install/lib/exec.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/exec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c index 40974c59b20..ff56d6a756d 100644 --- a/usr.sbin/pkg_install/lib/exec.c +++ b/usr.sbin/pkg_install/lib/exec.c @@ -1,10 +1,11 @@ -/* $NetBSD: exec.c,v 1.3 1997/10/16 00:32:17 hubertf Exp $ */ +/* $NetBSD: exec.c,v 1.4 1997/10/17 14:54:26 lukem Exp $ */ +#include <sys/cdefs.h> #ifndef lint #if 0 static const char *rcsid = "from FreeBSD Id: exec.c,v 1.6 1997/10/08 07:47:50 charnier Exp"; #else -static const char *rcsid = "$NetBSD: exec.c,v 1.3 1997/10/16 00:32:17 hubertf Exp $"; +__RCSID("$NetBSD: exec.c,v 1.4 1997/10/17 14:54:26 lukem Exp $"); #endif #endif |
