home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3296
/
structproc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-05-07
|
333 b
|
19 lines
#ifndef STRUCT_PROC_H
#define STRUCT_PROC_H
/* On an optimal system, this file would contain solely: */
/* #include <sys/proc.h> */
#include <sys/types.h>
#include <sys/param.h>
#ifndef ITIMER_REAL
#include <sys/time.h>
#endif
#include <sys/proc.h>
#include "confhavepsuid.h"
#ifndef HAVE_PSUID
#define p_suid p_uid
#endif
#endif