CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/12 14:18:52
Modified files:
usr.bin/signify: signify.c
Log message:
we only write to writable files, so use O_WRONLY.
st_size is only meaningful for regular files, so check S_ISREG
