summaryrefslogtreecommitdiffstats
path: root/libutil/_secure_path.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
commitb733a2d9ee1d711520e5a44350bb920b2a622338 (patch)
treedc3b56716b3bf5e6bb941f790cfa3b9f18958635 /libutil/_secure_path.c
parent749f630a9fbcca17126b8abc6278c83661ce324a (diff)
downloadpw-darwin-b733a2d9ee1d711520e5a44350bb920b2a622338.tar.gz
pw-darwin-b733a2d9ee1d711520e5a44350bb920b2a622338.tar.zst
pw-darwin-b733a2d9ee1d711520e5a44350bb920b2a622338.zip
Now take stdio.h out of files that don't require it.
Diffstat (limited to 'libutil/_secure_path.c')
-rw-r--r--libutil/_secure_path.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c
index 4fd1fc5..983292f 100644
--- a/libutil/_secure_path.c
+++ b/libutil/_secure_path.c
@@ -18,13 +18,12 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: _secure_path.c,v 1.2 1997/05/15 06:06:32 davidn Exp $
+ * $Id: _secure_path.c,v 1.3 1998/10/09 00:39:08 jkh Exp $
*/
#include <sys/types.h>
#include <sys/stat.h>
-#include <stdio.h>
#include <syslog.h>
#include <errno.h>
#include <libutil.h>