CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/03 09:01:28
Modified files:
usr.bin/last : last.c
Log message:
pledge() a little later, after getopt operation, in case -f option changes
the filename. We can then unveil that file, pledge() as before, and proceed
to parsing.
