home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / structuser.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  231 b   |  13 lines

  1. #ifndef STRUCT_USER_H
  2. #define STRUCT_USER_H
  3.  
  4. /* On an optimal system, this file would contain solely: */
  5. /* #include <sys/user.h> */
  6.  
  7. #include <sys/types.h>
  8. #include <sys/param.h>
  9. #include <sys/dir.h>
  10. #include <sys/user.h>
  11.  
  12. #endif
  13.