summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-04-25 20:27:20 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-04-25 20:27:20 +0000
commit9aa56153bca2e8f5bdb16b9bbc6001858d8dad8a (patch)
treee150f583e0a01325067c054a879dbf626041b40d
parent69abaf0a4799463a5728735728b692f3ce1fe7d2 (diff)
Very little tweak for consistency in space vs \t
-rw-r--r--sbin/sysctl/sysctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 6a4336cc2be..62bbdb7c741 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.87 2003/04/07 23:10:46 deraadt Exp $ */
+/* $OpenBSD: sysctl.c,v 1.88 2003/04/25 20:27:19 grange Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -44,7 +44,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)sysctl.c 8.5 (Berkeley) 5/9/95";
#else
-static char *rcsid = "$OpenBSD: sysctl.c,v 1.87 2003/04/07 23:10:46 deraadt Exp $";
+static char *rcsid = "$OpenBSD: sysctl.c,v 1.88 2003/04/25 20:27:19 grange Exp $";
#endif
#endif /* not lint */
@@ -181,7 +181,7 @@ int Aflag, aflag, nflag, wflag;
#define UNSIGNED 0x00000200
#define KMEMBUCKETS 0x00000400
#define LONGARRAY 0x00000800
-#define KMEMSTATS 0x00001000
+#define KMEMSTATS 0x00001000
/* prototypes */
void debuginit(void);