diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-27 18:23:20 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-27 18:23:20 +0000 |
commit | dd21fe9ca0293264924d9045e7a9aab1e7f31f28 (patch) | |
tree | f0d90ab15f6c19aca9584cc0da0c1debe4a94634 /openbsd-compat | |
parent | 596273516c67cfded71acee848de6db4daa41a1a (diff) |
- (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
have issues of our fixes not propogating right (ie bcopy instead of
memmove). OK tim
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/base64.c | 2 | ||||
-rw-r--r-- | openbsd-compat/bindresvport.c | 2 | ||||
-rw-r--r-- | openbsd-compat/getcwd.c | 2 | ||||
-rw-r--r-- | openbsd-compat/getopt.c | 2 | ||||
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 2 | ||||
-rw-r--r-- | openbsd-compat/inet_ntop.c | 2 | ||||
-rw-r--r-- | openbsd-compat/rresvport.c | 2 | ||||
-rw-r--r-- | openbsd-compat/setenv.c | 2 | ||||
-rw-r--r-- | openbsd-compat/sigact.c | 2 | ||||
-rw-r--r-- | openbsd-compat/strlcat.c | 2 | ||||
-rw-r--r-- | openbsd-compat/strlcpy.c | 2 | ||||
-rw-r--r-- | openbsd-compat/strsep.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/openbsd-compat/base64.c b/openbsd-compat/base64.c index d12b993b..48ba5425 100644 --- a/openbsd-compat/base64.c +++ b/openbsd-compat/base64.c @@ -42,7 +42,7 @@ * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP) diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c index 332bcb01..620f980e 100644 --- a/openbsd-compat/bindresvport.c +++ b/openbsd-compat/bindresvport.c @@ -29,7 +29,7 @@ * Mountain View, California 94043 */ -#include "config.h" +#include "includes.h" #ifndef HAVE_BINDRESVPORT_SA diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c index de3baccb..6fd8543a 100644 --- a/openbsd-compat/getcwd.c +++ b/openbsd-compat/getcwd.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_GETCWD) diff --git a/openbsd-compat/getopt.c b/openbsd-compat/getopt.c index f4fbc9ba..4a5cfe5f 100644 --- a/openbsd-compat/getopt.c +++ b/openbsd-compat/getopt.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET) #if defined(LIBC_SCCS) && !defined(lint) diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index 8a8b3c84..ad228229 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) diff --git a/openbsd-compat/inet_ntop.c b/openbsd-compat/inet_ntop.c index 2b8d31f8..3a91aecd 100644 --- a/openbsd-compat/inet_ntop.c +++ b/openbsd-compat/inet_ntop.c @@ -16,7 +16,7 @@ * SOFTWARE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_INET_NTOP diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c index 44eac203..9f058961 100644 --- a/openbsd-compat/rresvport.c +++ b/openbsd-compat/rresvport.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_RRESVPORT_AF diff --git a/openbsd-compat/setenv.c b/openbsd-compat/setenv.c index 6c2d5cd3..1dff15c7 100644 --- a/openbsd-compat/setenv.c +++ b/openbsd-compat/setenv.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_SETENV #if defined(LIBC_SCCS) && !defined(lint) diff --git a/openbsd-compat/sigact.c b/openbsd-compat/sigact.c index 806eb02b..35fbab0e 100644 --- a/openbsd-compat/sigact.c +++ b/openbsd-compat/sigact.c @@ -33,7 +33,7 @@ * and: Eric S. Raymond <esr@snark.thyrsus.com> * ****************************************************************************/ -#include "config.h" +#include "includes.h" #include <signal.h> #include "sigact.h" diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c index 6ff65c19..3a9b5d1a 100644 --- a/openbsd-compat/strlcat.c +++ b/openbsd-compat/strlcat.c @@ -27,7 +27,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_STRLCAT #if defined(LIBC_SCCS) && !defined(lint) diff --git a/openbsd-compat/strlcpy.c b/openbsd-compat/strlcpy.c index b5e5a552..2f87eca4 100644 --- a/openbsd-compat/strlcpy.c +++ b/openbsd-compat/strlcpy.c @@ -27,7 +27,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_STRLCPY #if defined(LIBC_SCCS) && !defined(lint) diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c index c03649cf..d0afc44a 100644 --- a/openbsd-compat/strsep.c +++ b/openbsd-compat/strsep.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_STRSEP) |