Need "namespace.h" for internal {end,get,set}netent() names.
This commit is contained in:
parent
7a85778bf7
commit
a0744c7ad0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: getnetbyaddr.c,v 1.12 1998/03/30 14:53:16 kleink Exp $ */
|
||||
/* $NetBSD: getnetbyaddr.c,v 1.13 1998/10/14 19:52:57 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
|
@ -40,10 +40,11 @@ static char sccsid_[] = "from getnetbyaddr.c 1.1 (Coimbra) 93/06/02";
|
|||
static char rcsid[] = "Id: getnetbyaddr.c,v 8.2 1996/05/09 05:59:13 vixie Exp ";
|
||||
static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: getnetbyaddr.c,v 1.12 1998/03/30 14:53:16 kleink Exp $");
|
||||
__RCSID("$NetBSD: getnetbyaddr.c,v 1.13 1998/10/14 19:52:57 kleink Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
#include <netdb.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: getnetbyname.c,v 1.10 1998/01/06 05:01:18 perry Exp $ */
|
||||
/* $NetBSD: getnetbyname.c,v 1.11 1998/10/14 19:52:58 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
|
@ -40,10 +40,11 @@ static char sccsid_[] = "from getnetbyname.c 1.1 (Coimbra) 93/06/02";
|
|||
static char rcsid[] = "Id: getnetbyname.c,v 8.2 1995/06/19 08:35:01 vixie Exp ";
|
||||
static char sccsid[] = "@(#)getnetbyname.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: getnetbyname.c,v 1.10 1998/01/06 05:01:18 perry Exp $");
|
||||
__RCSID("$NetBSD: getnetbyname.c,v 1.11 1998/10/14 19:52:58 kleink Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
#include <netdb.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue