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/pw_util.c | |
| parent | c452953245fca7825790469f4a42a4854dfd912c (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pw_util.c')
| -rw-r--r-- | lib/libutil/pw_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index a5458786affc..114bf7265b1c 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -58,8 +58,8 @@ static const char rcsid[] = #include <sys/stat.h> #include <sys/wait.h> -#include <err.h> #include <ctype.h> +#include <err.h> #include <fcntl.h> #include <inttypes.h> #include <libgen.h> |
