summaryrefslogtreecommitdiff
path: root/usr.sbin/trsp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-19 08:45:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-19 08:45:53 +0000
commit92871dd4f5b37aa3ec93309365e4e3bd1048000e (patch)
tree4c26c56f824af58704981d102aec48268a333905 /usr.sbin/trsp
parent809b3d0ec9d6479ab838a917bb34fa72fb7a924f (diff)
mark which nlist[] kmem entries are not needed in the sysctl case, and which are
Diffstat (limited to 'usr.sbin/trsp')
-rw-r--r--usr.sbin/trsp/trsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/trsp/trsp.c b/usr.sbin/trsp/trsp.c
index b17ce3c2f2c..98ac6fe6e03 100644
--- a/usr.sbin/trsp/trsp.c
+++ b/usr.sbin/trsp/trsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trsp.c,v 1.9 2002/02/17 19:42:40 millert Exp $ */
+/* $OpenBSD: trsp.c,v 1.10 2002/06/19 08:45:52 deraadt Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -125,9 +125,9 @@ int jflag;
int aflag;
int zflag;
struct nlist nl[] = {
-#define N_SPP_DEBUG 0
+#define N_SPP_DEBUG 0 /* no sysctl */
{ "_spp_debug" },
-#define N_SPP_DEBX 1
+#define N_SPP_DEBX 1 /* no sysctl */
{ "_spp_debx" },
{ NULL },
};