Removing hacky defines from top.c

This commit is contained in:
Lionel Sambuc 2012-09-22 22:18:08 +02:00
parent cd554e7284
commit c7c2299cbe

View 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>