CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/03 07:43:20
Modified files:
usr.bin/uudecode: uudecode.c
Log message:
Add missing pledge "getpw". If -s or -o were specified on the command
line and the `remote file name' is subject to `tilde expansion', a call
to getpwnam(3) happens.
ok semarie@
