diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-07-14 22:34:56 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-07-14 22:34:56 +0000 |
commit | f59f397c7a7bc9103bdb67343084d04e85f48b73 (patch) | |
tree | 4e98057cc0c34de20ff135d28c6abe6efe3c5f38 /bin/systrace/systrace.h | |
parent | a460d7805b6afbb011d926a232e21b3c70d23189 (diff) |
argv translation for exeve
Diffstat (limited to 'bin/systrace/systrace.h')
-rw-r--r-- | bin/systrace/systrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/systrace/systrace.h b/bin/systrace/systrace.h index 9112118b827..423af432b11 100644 --- a/bin/systrace/systrace.h +++ b/bin/systrace/systrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.h,v 1.8 2002/07/13 08:54:10 provos Exp $ */ +/* $OpenBSD: systrace.h,v 1.9 2002/07/14 22:34:55 provos Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -172,6 +172,7 @@ extern struct intercept_translate fdt; extern struct intercept_translate uidt; extern struct intercept_translate uname; extern struct intercept_translate gidt; +extern struct intercept_translate argv; extern struct intercept_translate linux_oflags; #endif /* _SYSTRACE_H_ */ |