diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-29 19:46:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-29 19:46:30 +0000 |
commit | 3d687cde53fcf69ed00baf8382cdfe84a5aeca5e (patch) | |
tree | 3f87cbd59cfbed0a38c778ffa94cfbdcdb4f6a61 /share/man/man9/systrace.9 | |
parent | 3b0890540da875d782a210a9ebaac40bf598017e (diff) |
add some includes, from Patrick Latifi via jmc@
Diffstat (limited to 'share/man/man9/systrace.9')
-rw-r--r-- | share/man/man9/systrace.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/systrace.9 b/share/man/man9/systrace.9 index 560d4e1ba5f..e7cbe9390c6 100644 --- a/share/man/man9/systrace.9 +++ b/share/man/man9/systrace.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.9,v 1.2 2003/07/24 22:08:56 jmc Exp $ +.\" $OpenBSD: systrace.9,v 1.3 2003/08/29 19:46:29 tedu Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -32,7 +32,7 @@ .Nm systrace_exit .Nd "enforce policies for system calls" .Sh SYNOPSIS -.In sys/dev/systrace.h +.Fd #include <sys/dev/systrace.h> .Ft int .Fn systrace_redirect "int code" "struct proc *p" "void *args" "register_t *retval" .Ft void |