Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/lpr/lpd



Module Name:    src
Committed By:   lukem
Date:           Mon Mar  3 05:07:44 UTC 2008

Modified Files:
        src/usr.sbin/lpr/lpd: printjob.c

Log Message:
Use mkstemp(3) (in a hokey manner) instead of mktemp(3).

XXX: still not 100% "safe", except that we're in a protected directory.
XXX: arguably we should keep the fds open and fdopen(3) dup()s,
XXX: but we're in a protected directory so it shouldn't matter.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/usr.sbin/lpr/lpd/printjob.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index