From c7c2299cbeadf5baa482c03a92cb5d62f88f204d Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 22 Sep 2012 22:18:08 +0200 Subject: [PATCH] Removing hacky defines from top.c --- usr.bin/top/top.c | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.44.0