source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Make compat files actually use compat.h.
@ 2011-12-18 14:27 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-12-18 14:27 UTC (permalink / raw)
  To: source

Log Message:
-----------
Make compat files actually use compat.h.  Ooops.

Modified Files:
--------------
    mdocml:
        compat_fgetln.c
        compat_getsubopt.c
        compat_strlcat.c
        compat_strlcpy.c

Revision Data
-------------
Index: compat_fgetln.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/compat_fgetln.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lcompat_fgetln.c -Lcompat_fgetln.c -u -p -r1.1 -r1.2
--- compat_fgetln.c
+++ compat_fgetln.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_FGETLN
 
 int dummy;
Index: compat_strlcat.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/compat_strlcat.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lcompat_strlcat.c -Lcompat_strlcat.c -u -p -r1.1 -r1.2
--- compat_strlcat.c
+++ compat_strlcat.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_STRLCAT
 
 int dummy;
Index: compat_getsubopt.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/compat_getsubopt.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lcompat_getsubopt.c -Lcompat_getsubopt.c -u -p -r1.1 -r1.2
--- compat_getsubopt.c
+++ compat_getsubopt.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_GETSUBOPT
 
 int dummy;
Index: compat_strlcpy.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/compat_strlcpy.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lcompat_strlcpy.c -Lcompat_strlcpy.c -u -p -r1.1 -r1.2
--- compat_strlcpy.c
+++ compat_strlcpy.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_STRLCPY
 
 int dummy;
--
 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:[~2011-12-18 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-18 14:27 mdocml: Make compat files actually use compat.h kristaps

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).