=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/file/file.h 2015/04/27 13:52:17 1.29 --- src/usr.bin/file/file.h 2016/06/12 21:10:42 1.30 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.29 2015/04/27 13:52:17 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.30 2016/06/12 21:10:42 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott *************** *** 24,32 **** /* 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); --- 24,29 ----