diff options
author | 1996-06-25 23:06:36 +0000 | |
---|---|---|
committer | 1996-06-25 23:06:36 +0000 | |
commit | b004f8f9652eab72b5061d874d07f48c51ae35b3 (patch) | |
tree | 909f8daf075af59220e8bbac22acb4cdac74dbd3 /usr.bin/patch/common.h | |
parent | open O_EXCL instead of creat; for writable rdist directories... still small DOS (diff) | |
download | wireguard-openbsd-b004f8f9652eab72b5061d874d07f48c51ae35b3.tar.xz wireguard-openbsd-b004f8f9652eab72b5061d874d07f48c51ae35b3.zip |
mktemp w/ open & fdopen
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r-- | usr.bin/patch/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index f3fcb5b144c..2a7154c5596 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.2 1996/06/10 11:21:26 niklas Exp $ */ +/* $OpenBSD: common.h,v 1.3 1996/06/25 23:06:36 deraadt Exp $ */ #define DEBUGGING @@ -29,6 +29,7 @@ #include <string.h> #include <assert.h> #include <sys/types.h> +#include <sys/file.h> #include <sys/stat.h> #include <ctype.h> #include <signal.h> |