artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a882c86
)
unbreak gcc4 build
author
jsg
<jsg@openbsd.org>
Fri, 13 Jul 2018 13:47:41 +0000
(13:47 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 13 Jul 2018 13:47:41 +0000
(13:47 +0000)
sys/kern/kern_unveil.c
patch
|
blob
|
history
diff --git
a/sys/kern/kern_unveil.c
b/sys/kern/kern_unveil.c
index
9a1f293
..
b40a9d5
100644
(file)
--- a/
sys/kern/kern_unveil.c
+++ b/
sys/kern/kern_unveil.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kern_unveil.c,v 1.
1 2018/07/13 09:25:23 beck Exp $
*/
+/* $OpenBSD: kern_unveil.c,v 1.
2 2018/07/13 13:47:41 jsg Exp $
*/
/*
* Copyright (c) 2017-2018 Bob Beck <beck@openbsd.org>
@@
-33,7
+33,6
@@
#include <sys/syscallargs.h>
#include <sys/systm.h>
-#define PLEDGENAMES
#include <sys/pledge.h>
/* #define DEBUG_UNVEIL */