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

@@ -10,12 +10,6 @@
#define MS_LABEL16 0x004 /* Mount message points to 16-byte label */
#define MS_EXISTING 0x008 /* Tell mount to use already running server */
/* Function Prototypes. */
#ifndef _MINIX_ANSI_H
#include <minix/ansi.h>
#endif
int mount(char *_spec, char *_name, int _mountflags, char *type, char
*args);
int umount(const char *_name);