diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 01:10:05 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 01:10:05 +0000 |
| commit | 7556d9b06a812ea3f2cd831db2ca76337382db4e (patch) | |
| tree | 925ec139e6dff6d4a3a95bf7118d9a03c05454cf /usr.sbin | |
| parent | a43d43d5745def2a7d8fe348c85f47a237006e1a (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/autofs/common.c | 1 | ||||
| -rw-r--r-- | usr.sbin/pkg/pkg.c | 1 | ||||
| -rw-r--r-- | usr.sbin/pw/pw.h | 1 | ||||
| -rw-r--r-- | usr.sbin/pw/pw_vpw.c | 1 | ||||
| -rw-r--r-- | usr.sbin/services_mkdb/services_mkdb.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/autofs/common.c b/usr.sbin/autofs/common.c index 584c10b469619..42b64f84bddad 100644 --- a/usr.sbin/autofs/common.c +++ b/usr.sbin/autofs/common.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <signal.h> #include <stdbool.h> #include <stdint.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c index bd3076cc9ea81..13d02da566551 100644 --- a/usr.sbin/pkg/pkg.c +++ b/usr.sbin/pkg/pkg.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/sbuf.h> #include <sys/wait.h> -#define _WITH_GETLINE #include <archive.h> #include <archive_entry.h> #include <dirent.h> diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 05a51c2207239..592d5921556fe 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -28,7 +28,6 @@ #include <sys/stat.h> -#define _WITH_GETLINE #include <inttypes.h> #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c index 08c8bd5336d8c..84301134c2681 100644 --- a/usr.sbin/pw/pw_vpw.c +++ b/usr.sbin/pw/pw_vpw.c @@ -33,7 +33,6 @@ static const char rcsid[] = #include <pwd.h> #include <grp.h> #include <libutil.h> -#define _WITH_GETLINE #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/usr.sbin/services_mkdb/services_mkdb.c b/usr.sbin/services_mkdb/services_mkdb.c index 7a992c3eb72c4..92dd5e43367a3 100644 --- a/usr.sbin/services_mkdb/services_mkdb.c +++ b/usr.sbin/services_mkdb/services_mkdb.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <fcntl.h> #include <netdb.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> |
