diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 01:07:47 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 01:07:47 +0000 |
| commit | a43d43d5745def2a7d8fe348c85f47a237006e1a (patch) | |
| tree | 48f8875eb44d4365a1ce0ba7980bbb4f782c2b78 /usr.bin | |
| parent | e643b783e3331f4957c020a2e36912b684ee3a10 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/calendar/io.c | 1 | ||||
| -rw-r--r-- | usr.bin/checknr/checknr.c | 1 | ||||
| -rw-r--r-- | usr.bin/comm/comm.c | 1 | ||||
| -rw-r--r-- | usr.bin/grep/grep.c | 1 | ||||
| -rw-r--r-- | usr.bin/mandoc/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/sdiff/sdiff.c | 1 | ||||
| -rw-r--r-- | usr.bin/sed/main.c | 1 | ||||
| -rw-r--r-- | usr.bin/soelim/soelim.c | 1 | ||||
| -rw-r--r-- | usr.bin/uniq/uniq.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 0a5dd854546f9..8c594fbea4d63 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include <locale.h> #include <pwd.h> #include <stdbool.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index 06395b0063b03..240710bb33e1b 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); * structured typesetting. */ #include <err.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 54763e1038f36..ccd2c2fda3110 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <locale.h> #include <stdint.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c index 2dc5a1dfa773a..ecb176df42b11 100644 --- a/usr.bin/grep/grep.c +++ b/usr.bin/grep/grep.c @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include <libgen.h> #include <locale.h> #include <stdbool.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 6281b499d3818..9e397cf319109 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -83,7 +83,6 @@ SRCS+= ${DB_SRCS} WARNS?= 2 CFLAGS+= -DHAVE_CONFIG_H \ - -D_WITH_GETLINE \ -I${.CURDIR}/../../lib/libopenbsd/ \ -I${.CURDIR}/../../contrib/sqlite3 LIBADD= openbsd sqlite3 z diff --git a/usr.bin/sdiff/sdiff.c b/usr.bin/sdiff/sdiff.c index 008de5359a314..4aa11b652ac65 100644 --- a/usr.bin/sdiff/sdiff.c +++ b/usr.bin/sdiff/sdiff.c @@ -22,7 +22,6 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <paths.h> #include <stdint.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 97efab316b4f4..fb3eca89d8009 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -58,7 +58,6 @@ static const char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; #include <locale.h> #include <regex.h> #include <stddef.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 4d747ee13bf80..72406f62a4f8f 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> #include <limits.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 7c1b0e3a0ea0a..e32e0e18b3347 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -53,7 +53,6 @@ static const char rcsid[] = #include <locale.h> #include <nl_types.h> #include <stdint.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> |
