diff options
author | 2003-03-28 12:40:01 +0000 | |
---|---|---|
committer | 2003-03-28 12:40:01 +0000 | |
commit | 132aefd6ce0691c6817f950d8332142d37d791cf (patch) | |
tree | 7af048fac277bc08b1eea75392c86d2dfedd1acb /sys/dev/systrace.c | |
parent | fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previous rename; after discussion w/ niels (diff) | |
download | wireguard-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.c | 3 |
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); |