diff options
| author | christos <christos@NetBSD.org> | 2002-03-20 00:29:24 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-03-20 00:29:24 +0000 |
| commit | 412e9e63d47e7ececc299edd011f973e532c43c8 (patch) | |
| tree | 24d07aa8f798308fc8b49c95635e5a420f6be94c /sbin/sysctl | |
| parent | 50981e06bc0f6f8c7e7f11688b166a865cfbeeb7 (diff) | |
remove debugging line.
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index a956ab2ad09..ada30c1496c 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysctl.c,v 1.56 2002/03/20 00:23:23 christos Exp $ */ +/* $NetBSD: sysctl.c,v 1.57 2002/03/20 00:29:24 christos Exp $ */ /* * Copyright (c) 1993 @@ -44,7 +44,7 @@ __COPYRIGHT( #if 0 static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: sysctl.c,v 1.56 2002/03/20 00:23:23 christos Exp $"); +__RCSID("$NetBSD: sysctl.c,v 1.57 2002/03/20 00:29:24 christos Exp $"); #endif #endif /* not lint */ @@ -1077,7 +1077,6 @@ sysctl_linux(char *string, char **bufpp, int mib[], int flags, int *typep) int indx; char name[BUFSIZ], *cp; - printf("zoot\n"); if (*bufpp == NULL) { (void)strcpy(name, string); cp = &name[strlen(name)]; |
