#include "reentrant.h" instead of <threadlib.h>
This commit is contained in:
parent
1793b7dd69
commit
c49e808721
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: getgrent.c,v 1.50 2004/10/24 14:52:46 lukem Exp $ */
|
||||
/* $NetBSD: getgrent.c,v 1.51 2004/10/29 06:32:08 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2000, 2004 The NetBSD Foundation, Inc.
|
||||
@ -95,11 +95,12 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: getgrent.c,v 1.50 2004/10/24 14:52:46 lukem Exp $");
|
||||
__RCSID("$NetBSD: getgrent.c,v 1.51 2004/10/29 06:32:08 lukem Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
#include "reentrant.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
@ -113,8 +114,6 @@ __RCSID("$NetBSD: getgrent.c,v 1.50 2004/10/24 14:52:46 lukem Exp $");
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <threadlib.h>
|
||||
|
||||
|
||||
#ifdef HESIOD
|
||||
#include <hesiod.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: getpwent.c,v 1.61 2004/10/24 14:46:23 lukem Exp $ */
|
||||
/* $NetBSD: getpwent.c,v 1.62 2004/10/29 06:32:09 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997-2000, 2004 The NetBSD Foundation, Inc.
|
||||
@ -95,11 +95,13 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: getpwent.c,v 1.61 2004/10/24 14:46:23 lukem Exp $");
|
||||
__RCSID("$NetBSD: getpwent.c,v 1.62 2004/10/29 06:32:09 lukem Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
#include "reentrant.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <assert.h>
|
||||
@ -115,7 +117,6 @@ __RCSID("$NetBSD: getpwent.c,v 1.61 2004/10/24 14:46:23 lukem Exp $");
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <threadlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HESIOD
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: yplib.c,v 1.41 2004/05/27 18:41:11 christos Exp $ */
|
||||
/* $NetBSD: yplib.c,v 1.42 2004/10/29 06:32:09 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
|
||||
@ -28,10 +28,12 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: yplib.c,v 1.41 2004/05/27 18:41:11 christos Exp $");
|
||||
__RCSID("$NetBSD: yplib.c,v 1.42 2004/10/29 06:32:09 lukem Exp $");
|
||||
#endif
|
||||
|
||||
#include "namespace.h"
|
||||
#include "reentrant.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/file.h>
|
||||
@ -50,7 +52,6 @@ __RCSID("$NetBSD: yplib.c,v 1.41 2004/05/27 18:41:11 christos Exp $");
|
||||
#include <rpc/xdr.h>
|
||||
#include <rpcsvc/yp_prot.h>
|
||||
#include <rpcsvc/ypclnt.h>
|
||||
#include <threadlib.h>
|
||||
#include "local.h"
|
||||
|
||||
#define BINDINGDIR "/var/yp/binding"
|
||||
|
Loading…
Reference in New Issue
Block a user