summaryrefslogtreecommitdiff
path: root/bin/systrace/systrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/systrace/systrace.h')
-rw-r--r--bin/systrace/systrace.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/systrace/systrace.h b/bin/systrace/systrace.h
index ceb69613c35..ef148e91e85 100644
--- a/bin/systrace/systrace.h
+++ b/bin/systrace/systrace.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.h,v 1.25 2004/01/23 20:51:18 sturm Exp $ */
+/* $OpenBSD: systrace.h,v 1.26 2006/03/12 20:56:10 sturm Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -231,6 +231,9 @@ extern struct intercept_translate ic_sockdom;
extern struct intercept_translate ic_socktype;
extern struct intercept_translate ic_pidname;
extern struct intercept_translate ic_signame;
+extern struct intercept_translate ic_fcntlcmd;
+extern struct intercept_translate ic_memprot;
+extern struct intercept_translate ic_fileflags;
extern struct intercept_translate ic_linux_oflags;