Removing obsolete _MINIX_SOURCE define

Change-Id: I924d5af294cd5daf17c73f71803f060cea3c3d8b
This commit is contained in:
2013-02-25 12:48:26 +01:00
parent 8e4736f2df
commit 813d4c6a36
10 changed files with 5 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
/* execve() - basic program execution call Author: Kees J. Bot
* 21 Jan 1994
*/
#define _MINIX_SOURCE
#include <sys/cdefs.h>
#include "namespace.h"