NetBSD-Bugs archive

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

PR/43900 CVS commit: src/usr.sbin/ypbind



The following reply was made to PR bin/43900; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43900 CVS commit: src/usr.sbin/ypbind
Date: Tue, 24 May 2011 06:57:55 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Tue May 24 06:57:55 UTC 2011
 
 Modified Files:
        src/usr.sbin/ypbind: ypbind.c
 
 Log Message:
 Fix up calls to yp_log. They cannot use %m, because if the -d option
 is used the messages are sent via printf instead of syslog(3).
 
 Also, make sure that none of the calls include a trailing newline and
 issue a trailing newline in the -d case so they actually print properly.
 (This was noted by Wolfgang Stukenbrock in PR 43900.)
 
 And finally, fix some cases that could in some circumstances print
 uninitialized errnos.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/ypbind/ypbind.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