CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/10/02 20:18:20

Modified files:
        usr.bin/uniq   : uniq.c 

Log message:
uniq has a complicated initialization around getopt. beforehands, we
can tame "stdio rpath wpath cpath"; all three paths abilities are needed
for it to setup the right files (worst case spotted by sthen).  later
once the files are opened, the program is only looking at strings and
outputing via stdio functions, so we can tame "stdio".

Reply via email to