Subject: CVS commit: basesrc/usr.sbin/lpr/lpd
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/26/2002 04:47:52
Module Name:	basesrc
Committed By:	thorpej
Date:		Sat Oct 26 01:47:52 UTC 2002

Modified Files:
	basesrc/usr.sbin/lpr/lpd: printjob.c recvjob.c

Log Message:
Rather than relying on pure luck to get the log file on STDERR_FILENO,
explictly dup2 the log file dscriptor to STDERR_FILENO and close the
original.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/usr.sbin/lpr/lpd/printjob.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/lpr/lpd/recvjob.c

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