diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 17:21:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 17:21:48 +0000 |
commit | fb6660182950abec2ee83717a9008cec2d596771 (patch) | |
tree | 4363ce06fcc97098471c7c8f79dc9690a996709c | |
parent | ab5441ab774ac26847601795307198c0efe6dcc4 (diff) |
comment an #endif
-rw-r--r-- | usr.sbin/kvm_mkdb/nlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c index d9e27294b0a..d60ce68006a 100644 --- a/usr.sbin/kvm_mkdb/nlist.c +++ b/usr.sbin/kvm_mkdb/nlist.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)nlist.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: nlist.c,v 1.4 1996/07/31 16:51:51 deraadt Exp $"; +static char *rcsid = "$Id: nlist.c,v 1.5 1996/07/31 17:21:47 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -229,7 +229,7 @@ badread(nr, p) badfmt(p); } -#endif +#endif /* DO_AOUT */ #ifdef DO_ELF int |