diff options
author | 2002-12-12 08:36:05 +0000 | |
---|---|---|
committer | 2002-12-12 08:36:05 +0000 | |
commit | a716a23dca3e3f39fe1f4e195c9aaa359879a99c (patch) | |
tree | bc1ad1943d052f2d61967237c446027fe5ce72f7 /sys/dev/systrace.c | |
parent | linux passes the 6th syscall argument in ebp (diff) | |
download | wireguard-openbsd-a716a23dca3e3f39fe1f4e195c9aaa359879a99c.tar.xz wireguard-openbsd-a716a23dca3e3f39fe1f4e195c9aaa359879a99c.zip |
statement after label.
Diffstat (limited to 'sys/dev/systrace.c')
-rw-r--r-- | sys/dev/systrace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c index 0c622f5fdbe..26ca9132f1e 100644 --- a/sys/dev/systrace.c +++ b/sys/dev/systrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.c,v 1.26 2002/12/04 17:37:39 mickey Exp $ */ +/* $OpenBSD: systrace.c,v 1.27 2002/12/12 08:36:05 art Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -839,6 +839,7 @@ systrace_redirect(int code, struct proc *p, void *v, register_t *retval) systrace_msg_ugid(fst, strp); nougid: + ; } /* Report result from system call */ |