[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandoc-source
Subject:    mdocml: Make compat files actually use compat.h.
From:       kristaps () mdocml ! bsd ! lv
Date:       2011-12-18 14:27:01
Message-ID: 201112181427.pBIER1Gq004373 () krisdoz ! my ! domain
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic