svn commit: r327463 - head/lib/libc/gen
Xin LI
delphij at FreeBSD.org
Mon Jan 1 08:01:27 UTC 2018
Author: delphij
Date: Mon Jan 1 08:01:26 2018
New Revision: 327463
URL: https://svnweb.freebsd.org/changeset/base/327463
Log:
Remove unused includes.
Modified:
head/lib/libc/gen/pw_scan.c
Modified: head/lib/libc/gen/pw_scan.c
==============================================================================
--- head/lib/libc/gen/pw_scan.c Mon Jan 1 05:18:28 2018 (r327462)
+++ head/lib/libc/gen/pw_scan.c Mon Jan 1 08:01:26 2018 (r327463)
@@ -44,9 +44,7 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <errno.h>
-#include <fcntl.h>
#include <pwd.h>
-#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
More information about the svn-src-head
mailing list