diff options
Diffstat (limited to 'bin/systrace/policy.c')
-rw-r--r-- | bin/systrace/policy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/policy.c b/bin/systrace/policy.c index 2afcc5b964a..09a720746a3 100644 --- a/bin/systrace/policy.c +++ b/bin/systrace/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.32 2006/09/19 10:48:41 otto Exp $ */ +/* $OpenBSD: policy.c,v 1.33 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -30,7 +30,6 @@ */ #include <sys/types.h> -#include <sys/param.h> #include <sys/stat.h> #include <sys/tree.h> #include <dirent.h> |