summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.c
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-12-04 17:37:39 +0000
committermickey <mickey@openbsd.org>2002-12-04 17:37:39 +0000
commited1e78a4c95f2643e735b2ad7b796474cc2ab7ab (patch)
tree16933c2401be38ee08ef5a683e9923507ab58ab6 /sys/dev/systrace.c
parentMake ti(4) use busdma and add all of the necessary stuff to support both (diff)
downloadwireguard-openbsd-ed1e78a4c95f2643e735b2ad7b796474cc2ab7ab.tar.xz
wireguard-openbsd-ed1e78a4c95f2643e735b2ad7b796474cc2ab7ab.zip
rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok
Diffstat (limited to 'sys/dev/systrace.c')
-rw-r--r--sys/dev/systrace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c
index 06612e658c4..0c622f5fdbe 100644
--- a/sys/dev/systrace.c
+++ b/sys/dev/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.25 2002/11/10 04:34:56 art Exp $ */
+/* $OpenBSD: systrace.c,v 1.26 2002/12/04 17:37:39 mickey Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -522,6 +522,7 @@ systraceioctl(dev, cmd, data, flag, p)
int fd, error;
switch (cmd) {
+ case STRIOCCLONE:
case SYSTR_CLONE:
MALLOC(fst, struct fsystrace *, sizeof(struct fsystrace),
M_XDATA, M_WAITOK);