summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-03-28 12:40:01 +0000
committerhenning <henning@openbsd.org>2003-03-28 12:40:01 +0000
commit132aefd6ce0691c6817f950d8332142d37d791cf (patch)
tree7af048fac277bc08b1eea75392c86d2dfedd1acb /sys/dev/systrace.c
parentfake off the SYSTR_CLONE through a normally numbered other ioctl; as of previous rename; after discussion w/ niels (diff)
downloadwireguard-openbsd-132aefd6ce0691c6817f950d8332142d37d791cf.tar.xz
wireguard-openbsd-132aefd6ce0691c6817f950d8332142d37d791cf.zip
unbreak
STRIOCCLONE and SYSTR_CLONE have the same value now ok mickey@
Diffstat (limited to 'sys/dev/systrace.c')
-rw-r--r--sys/dev/systrace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c
index 9f47728d877..04cdb3dfa8e 100644
--- a/sys/dev/systrace.c
+++ b/sys/dev/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.28 2003/02/20 22:03:31 art Exp $ */
+/* $OpenBSD: systrace.c,v 1.29 2003/03/28 12:40:01 henning Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -523,7 +523,6 @@ systraceioctl(dev, cmd, data, flag, p)
switch (cmd) {
case STRIOCCLONE:
- case SYSTR_CLONE:
MALLOC(fst, struct fsystrace *, sizeof(struct fsystrace),
M_XDATA, M_WAITOK);