summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysctl/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysctl/sysctl.c')
-rw-r--r--usr.sbin/sysctl/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c
index 4666cf6..25f404a 100644
--- a/usr.sbin/sysctl/sysctl.c
+++ b/usr.sbin/sysctl/sysctl.c
@@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */
static const char rcsid[] =
- "$Id: sysctl.c,v 1.5 1995/05/12 19:10:56 wollman Exp $";
+ "$Id: sysctl.c,v 1.6.2.1 1995/06/02 10:50:54 davidg Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -336,7 +336,7 @@ parse(string, flags)
}
if (bufp) {
- fprintf(stderr, "name %s in %s is unknown\n", *bufp, string);
+ fprintf(stderr, "name %s in %s is unknown\n", bufp, string);
return;
}
if (newsize > 0) {
OpenPOWER on IntegriCloud