From: Lionel Sambuc Date: Sat, 22 Sep 2012 20:18:08 +0000 (+0200) Subject: Removing hacky defines from top.c X-Git-Tag: v3.2.1~218 X-Git-Url: http://zhaoyanbai.com/repos/CHANGES?a=commitdiff_plain;h=c7c2299cbeadf5baa482c03a92cb5d62f88f204d;p=minix.git Removing hacky defines from top.c --- diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index ac07430b6..c31e02bfb 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -2,11 +2,6 @@ /* Author: Ben Gras 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 #include #include