source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Really protect <err.h> as already promised in the previous
@ 2016-08-05 23:08 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-08-05 23:08 UTC (permalink / raw)
  To: source

Log Message:
-----------
Really protect <err.h> as already promised in the previous commit message.

Modified Files:
--------------
    mdocml:
        mansearch.c

Revision Data
-------------
Index: mansearch.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mansearch.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -Lmansearch.c -Lmansearch.c -u -p -r1.67 -r1.68
--- mansearch.c
+++ mansearch.c
@@ -21,7 +21,9 @@
 #include <sys/types.h>
 
 #include <assert.h>
+#if HAVE_ERR
 #include <err.h>
+#endif
 #include <errno.h>
 #include <fcntl.h>
 #include <glob.h>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-05 23:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 23:08 mdocml: Really protect <err.h> as already promised in the previous schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).