diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 17:58:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 17:58:55 +0000 |
commit | f024d444d299de331f8a9c932e479fedfbba6c5e (patch) | |
tree | 475615c6cfec51ea70542f32984d50357bc9459c /Makefile.depend | |
parent | 0441e71e8746df106efe8cf9b9ecb18f0d0824a4 (diff) | |
download | mandoc-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.depend')
-rw-r--r-- | Makefile.depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.depend b/Makefile.depend index ed00dbb9..003edeb1 100644 --- a/Makefile.depend +++ b/Makefile.depend @@ -2,12 +2,12 @@ att.o: att.c config.h roff.h mdoc.h libmdoc.h cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h main.h manconf.h mansearch.h cgi.h chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_ohash.h compat_ohash.h libmandoc.h compat_err.o: compat_err.c config.h -compat_fgetln.o: compat_fgetln.c config.h compat_fts.o: compat_fts.c config.h compat_fts.h compat_getsubopt.o: compat_getsubopt.c config.h compat_isblank.o: compat_isblank.c config.h compat_mkdtemp.o: compat_mkdtemp.c config.h compat_ohash.o: compat_ohash.c config.h compat_ohash.h +compat_progname.o: compat_progname.c config.h compat_reallocarray.o: compat_reallocarray.c config.h compat_sqlite3_errstr.o: compat_sqlite3_errstr.c config.h compat_strcasestr.o: compat_strcasestr.c config.h |