diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-01-24 18:11:36 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-01-24 18:11:36 +0000 |
commit | 592d6e850a6b45673e40043e0603238db8ed5b16 (patch) | |
tree | 3eabf9a0d00a4a3616cc3e55e6f111395f1e48e2 /usr.sbin/autofs/autounmountd.c | |
parent | 33291485ae6572b3a460516bf2c86f0eaae41381 (diff) |
The <libutil.h> is an ordinary header file; should sort just like any other.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=294670
Diffstat (limited to 'usr.sbin/autofs/autounmountd.c')
-rw-r--r-- | usr.sbin/autofs/autounmountd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/autofs/autounmountd.c b/usr.sbin/autofs/autounmountd.c index b85f3ca453e0..02971cf72418 100644 --- a/usr.sbin/autofs/autounmountd.c +++ b/usr.sbin/autofs/autounmountd.c @@ -37,13 +37,13 @@ __FBSDID("$FreeBSD$"); #include <sys/time.h> #include <assert.h> #include <errno.h> +#include <libutil.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <libutil.h> #include "common.h" |