f4814901af
This patch moves more includes (most of them, to tell the truth) to common/include directory. This completes the list of includes needed to compile current trunk with the new libc (but to do that you need more patches in queue). This patch also contains some modification (for compilation with new headers) to the common includes under __NBSD_LIBC, the define used in mk script to specialize compilation with new includes.
9 lines
332 B
C
9 lines
332 B
C
#ifdef __NBSD_LIBC
|
|
#include <minix/ansi.h>
|
|
#endif
|
|
_PROTOTYPE( int env_parse, (char *env, char *fmt, int field,
|
|
long *param, long min, long max) );
|
|
_PROTOTYPE( void env_panic, (char *env) );
|
|
_PROTOTYPE( int env_prefix, (char *env, char *prefix) );
|
|
_PROTOTYPE( int env_memory_parse, (struct memory *chunks, int nchunks) );
|
|
|