retire _ANSI and <minix/ansi.h>

This commit is contained in:
Ben Gras
2012-03-25 21:04:28 +02:00
parent f22864c24e
commit 204ae72525
55 changed files with 2 additions and 133 deletions

View File

@@ -1,5 +1,4 @@
#ifdef __NBSD_LIBC
#include <minix/ansi.h>
#endif
int env_parse(char *env, char *fmt, int field, long *param, long min,
long max);