summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-07 17:58:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-07 17:58:55 +0000
commitf024d444d299de331f8a9c932e479fedfbba6c5e (patch)
tree475615c6cfec51ea70542f32984d50357bc9459c /Makefile
parent0441e71e8746df106efe8cf9b9ecb18f0d0824a4 (diff)
downloadmandoc-f024d444d299de331f8a9c932e479fedfbba6c5e.tar.gz
Modernization, no functional change intended:
Use the POSIX function getline(3) rather than the slightly dangerous BSD function fgetln(3). Remove the related compatibility code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 253c06b0..a9523192 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@ VERSION = 1.13.3
TESTSRCS = test-dirent-namlen.c \
test-err.c \
- test-fgetln.c \
test-fts.c \
test-getsubopt.c \
test-isblank.c \
@@ -47,7 +46,6 @@ SRCS = att.c \
cgi.c \
chars.c \
compat_err.c \
- compat_fgetln.c \
compat_fts.c \
compat_getsubopt.c \
compat_isblank.c \
@@ -207,7 +205,6 @@ LIBMANDOC_OBJS = $(LIBMAN_OBJS) \
read.o
COMPAT_OBJS = compat_err.o \
- compat_fgetln.o \
compat_fts.o \
compat_getsubopt.o \
compat_isblank.o \