Make it work with OpenBSD 2.4.
1998-12-06 Martin Baulig <martin@home-of-linux.org> * Make it work with OpenBSD 2.4. As with NetBSD: it compiles fine and the executables do not dump core - but needs a closer look whether the returned data are all valid.
This commit is contained in:
committed by
Martin Baulig
parent
b7e5a6da2d
commit
50e4bdfc93
@@ -25,7 +25,9 @@
|
||||
|
||||
#include <glibtop_suid.h>
|
||||
|
||||
#ifndef __OpenBSD__
|
||||
#include <sys/user.h>
|
||||
#endif
|
||||
|
||||
static const unsigned long _glibtop_sysdeps_proc_state =
|
||||
(1 << GLIBTOP_PROC_STATE_CMD) + (1 << GLIBTOP_PROC_STATE_STATE) +
|
||||
|
||||
Reference in New Issue
Block a user