diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-06-14 18:42:37 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-06-14 18:42:37 +0000 |
| commit | 0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485 (patch) | |
| tree | 54caafcf7fa488e39078786478aa1db4b8a91091 /lib/libutil/auth.c | |
| parent | c452953245fca7825790469f4a42a4854dfd912c (diff) | |
Notes
Diffstat (limited to 'lib/libutil/auth.c')
| -rw-r--r-- | lib/libutil/auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/auth.c b/lib/libutil/auth.c index 8f3842ee8d56..748c3ad84bd7 100644 --- a/lib/libutil/auth.c +++ b/lib/libutil/auth.c @@ -31,12 +31,12 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <unistd.h> -#include <syslog.h> #include <sys/types.h> -#include <paths.h> #include <fcntl.h> #include <libutil.h> +#include <paths.h> +#include <syslog.h> +#include <unistd.h> static properties P; |
