CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/19 19:38:40
Modified files:
regress/lib/libc/stdio_threading/include: local.h
bin/systrace : intercept.c
regress/lib/libc/stdio_threading/fgetln: fgetln_test.c
regress/lib/libc/stdio_threading/fgets: fgets_test.c
regress/lib/libc/stdio_threading/fputs: fputs_test.c
regress/lib/libc/stdio_threading/fread: fread_test.c
regress/lib/libc/stdio_threading/fwrite: fwrite_test.c
regress/sys/kern/getpeereid: getpeereid_test.c
sbin/bioctl : bioctl.c
sbin/disklabel : disklabel.c
sbin/newfs : newfs.c
sbin/restore : dirs.c
usr.bin/indent : indent.c
usr.bin/nc : netcat.c
usr.sbin/edquota: edquota.c
usr.sbin/ikectl: ikeca.c
usr.sbin/kvm_mkdb: kvm_mkdb.c
usr.sbin/lpr/common_source: startdaemon.c
usr.sbin/smtpd : enqueue.c smtpctl.c
usr.sbin/user : user.c
Log message:
Make sure the correct errno is reported by warn* or err* and not
the errno of an intervening cleanup operation like close/unlink/etc.
Diff from Doug Hogan (doug (at) acyclic.org)