Date: Sun, 4 Jan 1998 10:18:26 -0500 (EST) Message-Id: <199801041518.KAA26184@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 4 Jan 1998 11:33:12 +0200 (IST)) Subject: Re: c1args.c patches Precedence: bulk > The reason for the change, btw, was your message where you said that > if ARG_MAX is not a constant, it should not be defined at all by > limits.h, so that programs like `find' would detect this and use > `sysconf' instead. I think that you said it was what POSIX specified. Yes. I did put in the changes so that ARG_MAX isn't defined, and modified sysconf() to return the size of the transfer buffer.