Posting of UC.C to net.sources

Kee Hinckley nazgul at apollo.UUCP
Fri Dec 30 06:43:14 AEST 1983


<blank line>
:
    A note on uc.c.

    There is a missing semi-colon on the declaration of the structure
"environ" which results in an attempt to declare "main" to be of type
"enivron", which may upset some compilers.  In particular, when compiled
on the old Apollo compiler, this would result in using the environment
as command line options.  The new one however, flags it as an error.

                                        -kee



More information about the Comp.sources.unix mailing list