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:
Martin Baulig
1998-12-06 11:08:12 +00:00
committed by Martin Baulig
parent b7e5a6da2d
commit 50e4bdfc93
5 changed files with 12 additions and 0 deletions

View File

@@ -37,7 +37,9 @@
#include <ufs/ufs/inode.h>
#include <sys/ucred.h>
#ifndef __OpenBSD__
#include <sys/user.h>
#endif
#include <sys/sysctl.h>
#include <vm/vm.h>