diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 11:29:13 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 11:29:13 +0000 |
| commit | 47e05f6091c794223b9276ec94e69f22e59093a8 (patch) | |
| tree | 2f47ed5a321dc1100281a5f69f830846d340d1c3 | |
| parent | f21dbedd56f9c2bed6785ae76c762273538c6cd3 (diff) | |
Notes
| -rw-r--r-- | lib/libskey/skeylogin.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c index 75e62458bc3a..d0564c4fa056 100644 --- a/lib/libskey/skeylogin.c +++ b/lib/libskey/skeylogin.c @@ -3,6 +3,8 @@ * * Mink is the former name of the S/KEY authentication system. * Many references for mink may still be found in this program. + * + * $FreeBSD$ */ #include <sys/param.h> @@ -10,14 +12,11 @@ #include <sys/time.h> #include <sys/resource.h> - +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/types.h> -#include <sys/stat.h> #include <time.h> -#include <errno.h> #include "skey.h" #include "pathnames.h" |
