diff options
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 */ |