diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-06-12 21:10:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-06-12 21:10:43 +0000 |
commit | 725e6b8874b8d2e992273a68f18d666647255003 (patch) | |
tree | 4b0064f950d0f920337307902b7f21e726ac4bd5 /usr.bin/file/file.h | |
parent | 455cab70f93fdeaf2fe969921344e6251c953728 (diff) |
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); |