OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: typo in usr/sbin/env.c

From: Tobias Ulmer (tobiasutmux.org)
Date: Sun Mar 02 2008 - 03:18:28 CST


On Sat, Mar 01, 2008 at 03:44:28PM -0700, Philip Guenther wrote:
>> [...]
>
> FTR, C90 didn't permit a trailing comma, while C99 does. Many
> compilers accepted the extra comma as an extension before C99 came
> out. (The last compiler I had to use that didn't support it was the
> AIX 4.x compiler. Blech!)

Exactly.
I'm playing with TenDRA and compiling the OpenBSD userland makes a good
testcase.

>
> Philip Guenther