- (bal) I think this is the last of the bsd-*.h that don't belong.

This commit is contained in:
Ben Lindstrom 2001-02-03 21:31:22 +00:00
parent e6b3b7ba66
commit 7044253f3f
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20010104
- (bal) I think this is the last of the bsd-*.h that don't belong.
20010103
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD

View File

@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include "bsd-inet_ntoa.h"
#include "inet_ntoa.h"
char *inet_ntoa(struct in_addr in)
{

View File

@ -35,7 +35,7 @@
#ifndef HAVE_STRTOK_R
#include "bsd-strtok.h"
#include "strtok.h"
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $";