CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2023/07/05 12:45:14

Modified files:
        bin/pax        : pax.c 
        usr.sbin/amd/amd: amd.c xutil.c 

Log message:
It isn't portable to use stderr (or std{in,out}) in file-scope
initializers as they are not required to be compile-time constants.
So, intialize these global variables at the top of main().

ok miod@ deraadt@ yasuoka@ millert@

Reply via email to