diff options
author | 2016-06-12 21:10:42 +0000 | |
---|---|---|
committer | 2016-06-12 21:10:42 +0000 | |
commit | 2cd3ebbc67bae6d4eb44925969a2d1b5dd8e1f80 (patch) | |
tree | 09c53696daad489ac202472614c09d8d88b696f4 /usr.bin/file/file.h | |
parent | ethernet -> Ethernet (diff) | |
download | wireguard-openbsd-2cd3ebbc67bae6d4eb44925969a2d1b5dd8e1f80.tar.xz wireguard-openbsd-2cd3ebbc67bae6d4eb44925969a2d1b5dd8e1f80.zip |
Remove old unused prototype, from Ilya Kaliman.
Diffstat (limited to 'usr.bin/file/file.h')
-rw-r--r-- | usr.bin/file/file.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index 05c4de5176b..e4a72c83d33 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.29 2015/04/27 13:52:17 nicm Exp $ */ +/* $OpenBSD: file.h,v 1.30 2016/06/12 21:10:42 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> @@ -25,9 +25,6 @@ /* User to drop privileges to in child process. */ #define FILE_USER "_file" -/* sandbox.c */ -int sandbox_fork(const char *); - /* text.c */ const char *text_get_type(const void *, size_t); const char *text_try_words(const void *, size_t, int); |