summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/inet_ntoa.c2
-rw-r--r--openbsd-compat/strtok.c2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 31eeb8712..30202ffda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120010104
2 - (bal) I think this is the last of the bsd-*.h that don't belong.
3
120010103 420010103
2 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 5 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
3 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD 6 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c
index fe5539be0..8a8b3c846 100644
--- a/openbsd-compat/inet_ntoa.c
+++ b/openbsd-compat/inet_ntoa.c
@@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp
47#include <netinet/in.h> 47#include <netinet/in.h>
48#include <arpa/inet.h> 48#include <arpa/inet.h>
49#include <stdio.h> 49#include <stdio.h>
50#include "bsd-inet_ntoa.h" 50#include "inet_ntoa.h"
51 51
52char *inet_ntoa(struct in_addr in) 52char *inet_ntoa(struct in_addr in)
53{ 53{
diff --git a/openbsd-compat/strtok.c b/openbsd-compat/strtok.c
index d197734cb..6ce6f9a3c 100644
--- a/openbsd-compat/strtok.c
+++ b/openbsd-compat/strtok.c
@@ -35,7 +35,7 @@
35 35
36#ifndef HAVE_STRTOK_R 36#ifndef HAVE_STRTOK_R
37 37
38#include "bsd-strtok.h" 38#include "strtok.h"
39 39
40#if defined(LIBC_SCCS) && !defined(lint) 40#if defined(LIBC_SCCS) && !defined(lint)
41static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $"; 41static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $";