]> Zhao Yanbai Git Server - minix.git/commitdiff
Removing hacky defines from top.c
authorLionel Sambuc <lionel@minix3.org>
Sat, 22 Sep 2012 20:18:08 +0000 (22:18 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 15 Nov 2012 15:07:30 +0000 (16:07 +0100)
usr.bin/top/top.c

index ac07430b6c1cf21c9a55409f356a7d0add0e4efc..c31e02bfb372045d99be44440b13177344e1ebdc 100644 (file)
@@ -2,11 +2,6 @@
 /* Author: Ben Gras <beng@few.vu.nl>  17 march 2006 */
 /* Modified for ProcFS by Alen Stojanov and David van Moolenbroek */
 
-#define _MINIX 1
-#ifndef __NBSD_LIBC
-#define _POSIX_SOURCE 1
-#endif
-
 #include <stdio.h>
 #include <unistd.h>
 #include <pwd.h>