diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-04 23:44:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-04 23:44:29 +0000 |
commit | 5006daea854fb2fa8532dd9925a3c355dfd540b6 (patch) | |
tree | 930ed885077838f36668aef81b5b39515ffb37df /Makefile | |
parent | e4a349ac473803960fb153f440cc49a05fb2b0d3 (diff) | |
download | mandoc-5006daea854fb2fa8532dd9925a3c355dfd540b6.tar.gz |
remove strnlen(3) compat, we no longer use it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -87,7 +87,6 @@ TESTSRCS = test-fgetln.c \ test-reallocarray.c \ test-strlcat.c \ test-strlcpy.c \ - test-strnlen.c \ test-strptime.c SRCS = LICENSE \ @@ -111,7 +110,6 @@ SRCS = LICENSE \ compat_strcasestr.c \ compat_strlcat.c \ compat_strlcpy.c \ - compat_strnlen.c \ compat_strsep.c \ config.h.post \ config.h.pre \ @@ -240,7 +238,6 @@ COMPAT_OBJS = compat_fgetln.o \ compat_strcasestr.o \ compat_strlcat.o \ compat_strlcpy.o \ - compat_strnlen.o \ compat_strsep.o # === DEPENDENCY HANDLING ============================================== |