- Give PCI controllers lower unit numbers than legacy controllers.
[cake.git] / compiler / clib / setpwent.c
blob9f27e7b8e551c9cb9c78fcd4e715ba42a537d12d
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /*****************************************************************************
8 NAME */
10 #include <pwd.h>
12 void setpwent(
14 /* SYNOPSIS */
15 void)
17 /* FUNCTION
19 INPUTS
21 RESULT
23 NOTES
24 Not implemented.
26 EXAMPLE
28 BUGS
30 SEE ALSO
32 INTERNALS
34 ******************************************************************************/
36 #warning Implement setpwent()
38 return;