summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.c
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2007-09-11 13:39:33 +0000
committergilles <gilles@openbsd.org>2007-09-11 13:39:33 +0000
commit0b149fa0fbcf646d5093849f9dcec55b341ce482 (patch)
treef95a4e02d452e48fabdbed1680ae9c1f6cc505b9 /sys/dev/systrace.c
parentAdd __bounded__ attributes to prototypes. (diff)
downloadwireguard-openbsd-0b149fa0fbcf646d5093849f9dcec55b341ce482.tar.xz
wireguard-openbsd-0b149fa0fbcf646d5093849f9dcec55b341ce482.zip
KNF
prompted and "much better" by marco@, ok pyr@
Diffstat (limited to 'sys/dev/systrace.c')
-rw-r--r--sys/dev/systrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c
index 5546815917c..c46227b9c6e 100644
--- a/sys/dev/systrace.c
+++ b/sys/dev/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.45 2007/09/10 19:49:31 gilles Exp $ */
+/* $OpenBSD: systrace.c,v 1.46 2007/09/11 13:39:33 gilles Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -563,7 +563,7 @@ systraceioctl(dev, cmd, data, flag, p)
switch (cmd) {
case STRIOCCLONE:
fst = (struct fsystrace *)malloc(sizeof(struct fsystrace),
- M_XDATA, M_WAITOK|M_ZERO);
+ M_XDATA, M_WAITOK | M_ZERO);
rw_init(&fst->lock, "systrace");
TAILQ_INIT(&fst->processes);
TAILQ_INIT(&fst->messages);