summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 19:31:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 19:31:30 +0000
commit0837d6e5a8986e9a59fdd0c871b9f9604b132b05 (patch)
treef2fc41a154082b5070f82b3c3fab170ce059d71e /usr.sbin
parentfa558d325ba4bd343e43d5d0b8ece644c1d38fa2 (diff)
oops, remove debugging info
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/kvm_mkdb/nlist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c
index b7f51c08fb5..d369bafb500 100644
--- a/usr.sbin/kvm_mkdb/nlist.c
+++ b/usr.sbin/kvm_mkdb/nlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.c,v 1.11 1998/08/21 19:24:39 millert Exp $ */
+/* $OpenBSD: nlist.c,v 1.12 1998/08/21 19:31:29 millert Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "from: @(#)nlist.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$OpenBSD: nlist.c,v 1.11 1998/08/21 19:24:39 millert Exp $";
+static char *rcsid = "$OpenBSD: nlist.c,v 1.12 1998/08/21 19:31:29 millert Exp $";
#endif
#endif /* not lint */
@@ -169,7 +169,6 @@ __aout_knlist(name, db)
errx(1, "cannot allocate memory");
*sname = '_';
strcpy(sname+1, p);
- puts(sname);
key.data = (u_char *)sname;
key.size = len;
} else {