Add AIX5 procfs support.

This commit is contained in:
Kevin Buettner
2001-03-27 02:01:11 +00:00
parent eb4a6e4f4b
commit 37de36c6ed
5 changed files with 782 additions and 297 deletions

View File

@@ -40,8 +40,12 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/procfs.h>
#ifdef HAVE_SYS_SYSCALL_H
#include <sys/syscall.h>
#endif
#ifdef HAVE_SYS_FAULT_H
#include <sys/fault.h>
#endif
/* Much of the information used in the /proc interface, particularly for
printing status information, is kept as tables of structures of the