Removing obsolete _MINIX define

Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
This commit is contained in:
2013-02-26 09:44:20 +00:00
parent f360500351
commit 8e4736f2df
102 changed files with 122 additions and 239 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ void test28b()
if (errno != ENOENT) e(38); /* is gone */
}
#endif
#ifdef _MINIX
#if defined(__minix) && defined(_NETBSD_SOURCE)
/* Some implementations might allow users to link directories. */
if (!superuser) {
if (link("foo", "footoo") != -1) e(39);