[net.sources] Posting of UC.C to net.sources

nazgul@apollo.UUCP (Kee Hinckley) (12/29/83)

<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