Up: SGI apps Frequently Asked Questions (FAQ)
Next: -37- Why doesn't application X understand NIS (Yellow Pages) in IRIX 4.0.x?
Previous: -35- Why can't I compile my non-ANSI C program?
Subject:   -36- Where's CHILD_MAX in IRIX 4.0.5?
Date: 21 Jan 1994 00:00:01 EST

  /usr/include/limits.h has a bug in all versions of IRIX 4.0.5. The
  definition of ARG_MAX on line 92 is missing a closing comment, so the
  definition of CHILD_MAX on line 93 is ignored. Line 92

  #define	ARG_MAX		5120 		/* max length of arguments to exec 

  should look like this:

  #define	ARG_MAX		5120 		/* max length of arguments to exec */

Up: SGI apps Frequently Asked Questions (FAQ)
Next: -37- Why doesn't application X understand NIS (Yellow Pages) in IRIX 4.0.x?
Previous: -35- Why can't I compile my non-ANSI C program?