repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: simplify slab allocator
[minix.git]
/
lib
/
libc
/
gen
/
pw_private.h
blob
646fb2d5c3c81370335c76d03094f6a9c832cbc6
1
/* $NetBSD: pw_private.h,v 1.2 2003/07/26 19:24:43 salo Exp $ */
2
3
/*
4
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, June 26, 1998.
5
* Public domain.
6
*/
7
8
int
__pw_scan
__P
((
char
*
bp
,
struct
passwd
*
pw
,
int
*
flags
));