b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
8 lines
221 B
C
8 lines
221 B
C
/* $NetBSD: pw_private.h,v 1.2 2003/07/26 19:24:43 salo Exp $ */
|
|
|
|
/*
|
|
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, June 26, 1998.
|
|
* Public domain.
|
|
*/
|
|
|
|
int __pw_scan __P((char *bp, struct passwd *pw, int *flags));
|