home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11159 < prev    next >
Encoding:
Text File  |  1992-07-21  |  766 b   |  24 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!gil
  3. From: gil@swifty.dap.CSIRO.AU (Gil Webster)
  4. Subject: Missing comment closure in 4.05 /usr/include/limits.h
  5. Message-ID: <Brs4so.LCt@syd.dms.CSIRO.AU>
  6. Sender: news@syd.dms.CSIRO.AU
  7. Organization: CSIRO, Division of Applied Physics, Sydney
  8. Date: Wed, 22 Jul 1992 07:29:11 GMT
  9. Lines: 13
  10.  
  11. In our 4.05 installation, line 92 of /usr/include/limits.h is faulty.
  12. The closing comment is missing on this line, thus the next
  13. definition is commented out.
  14.  
  15. #if (defined(__EXTENSIONS__) && !defined(_POSIX_SOURCE))
  16.  
  17. #define    ARG_MAX        5120         /* max length of arguments to exec 
  18. #define    CHILD_MAX    25        /* max # of processes per user id */
  19.  
  20.            Gil Webster
  21.           (gil@dap.csiro.au)
  22.  
  23.  
  24.