Applied patch Stanislav Grozev for OpenBSD: only include <osreldate.h> for

1999-02-25  Martin Baulig  <martin@home-of-linux.org>

	* prockernel.c, proctime.c: Applied patch Stanislav Grozev for
	OpenBSD: only include <osreldate.h> for FreeBSD.
This commit is contained in:
Martin Baulig
1999-02-25 20:44:31 +00:00
committed by Martin Baulig
parent 00960e6a04
commit 8bbdeca6b5
3 changed files with 12 additions and 1 deletions

View File

@@ -41,7 +41,10 @@
#include <unistd.h>
#include <fcntl.h>
#ifdef __FreeBSD__
#include <osreldate.h>
#endif
static const unsigned long _glibtop_sysdeps_proc_kernel_pstats =
(1 << GLIBTOP_PROC_KERNEL_MIN_FLT) +