diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 11:24:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 11:24:20 +0000 |
| commit | 8b1ef8d4645b65a6acfa34d3c1f460805e737a98 (patch) | |
| tree | 6aa2d04157eacd26a47f51d7054f26b88f9b22f8 /lib/libutil/_secure_path.c | |
| parent | e4f570a2158ce42f37b809588f87a018f356e330 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/_secure_path.c')
| -rw-r--r-- | lib/libutil/_secure_path.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 4fd1fc50081f..983292fd241a 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/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> |
