diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-07-13 08:54:11 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-07-13 08:54:11 +0000 |
commit | 122807295cadb8bee88b75f367508af8f5ce2664 (patch) | |
tree | a6ec961cd46bc5169474bceb036a2b6ff71ade0a /bin/systrace/systrace.h | |
parent | 52b2037138ab4168bd4660e3a8028e811e23fb31 (diff) |
uname translation
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 175f84a28c9..9112118b827 100644 --- a/bin/systrace/systrace.h +++ b/bin/systrace/systrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.h,v 1.7 2002/07/11 12:57:41 provos Exp $ */ +/* $OpenBSD: systrace.h,v 1.8 2002/07/13 08:54:10 provos Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -170,6 +170,7 @@ extern struct intercept_translate oflags; extern struct intercept_translate modeflags; extern struct intercept_translate fdt; extern struct intercept_translate uidt; +extern struct intercept_translate uname; extern struct intercept_translate gidt; extern struct intercept_translate linux_oflags; |