| version 1.35.2.1, 2004/06/18 00:57:45 |
version 1.36, 2002/08/04 11:55:51 |
|
|
| * SUCH DAMAGE. |
* SUCH DAMAGE. |
| */ |
*/ |
| |
|
| #if HAVE_CONFIG_H |
|
| #include "config.h" |
|
| #endif |
|
| |
|
| #include <sys/cdefs.h> |
#include <sys/cdefs.h> |
| #if defined(LIBC_SCCS) && !defined(lint) |
#if defined(LIBC_SCCS) && !defined(lint) |
| #if 0 |
#if 0 |
| Line 51 __RCSID("$NetBSD$"); |
|
| Line 47 __RCSID("$NetBSD$"); |
|
| |
|
| #include "namespace.h" |
#include "namespace.h" |
| #include <sys/types.h> |
#include <sys/types.h> |
| |
#include <sys/param.h> |
| |
|
| #include <assert.h> |
#include <assert.h> |
| #include <ctype.h> |
#include <ctype.h> |
| Line 255 getent(cap, len, db_array, fd, name, dep |
|
| Line 252 getent(cap, len, db_array, fd, name, dep |
|
| size_t clen; |
size_t clen; |
| char *record, *cbuf, *newrecord; |
char *record, *cbuf, *newrecord; |
| int tc_not_resolved; |
int tc_not_resolved; |
| char pbuf[_POSIX_PATH_MAX]; |
char pbuf[MAXPATHLEN]; |
| |
|
| _DIAGASSERT(cap != NULL); |
_DIAGASSERT(cap != NULL); |
| _DIAGASSERT(len != NULL); |
_DIAGASSERT(len != NULL); |