summaryrefslogtreecommitdiff
path: root/bin/systrace/systrace.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 19:15:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 19:15:55 +0000
commit30ea024923ba650bdffbc84efb645461059fb038 (patch)
tree22a49747f9214bea78955875511189dbd725a950 /bin/systrace/systrace.h
parentbcd109d0e846e759b204588f696c9d03455f43c5 (diff)
KNF
Diffstat (limited to 'bin/systrace/systrace.h')
-rw-r--r--bin/systrace/systrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/systrace/systrace.h b/bin/systrace/systrace.h
index b584925afde..b60065a73c6 100644
--- a/bin/systrace/systrace.h
+++ b/bin/systrace/systrace.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.h,v 1.1 2002/06/04 17:20:04 provos Exp $ */
+/* $OpenBSD: systrace.h,v 1.2 2002/06/04 19:15:54 deraadt Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -78,7 +78,7 @@ struct policy {
char emulation[16];
SPLAY_HEAD(syscalltree, policy_syscall) pflqs;
-
+
int policynr;
int flags;
@@ -87,7 +87,7 @@ struct policy {
struct filterq prefilters;
};
-#define POLICY_PATH "/etc/systrace"
+#define POLICY_PATH "/etc/systrace"
#define POLICY_UNSUPERVISED 0x01 /* Auto-Pilot */
#define POLICY_DETACHED 0x02 /* Ignore this program */