CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/19 19:25:24
Modified files:
usr.bin/csplit : csplit.c
usr.bin/dc : dc.c
usr.bin/diff : diffdir.c
usr.bin/du : du.c
usr.bin/ftp : fetch.c ftp.c ruserpass.c
usr.bin/grep : util.c
usr.bin/indent : args.c indent.c
usr.bin/lndir : lndir.c
usr.bin/login : login.c
usr.bin/look : look.c
usr.bin/mail : lex.c
usr.bin/nc : netcat.c
usr.bin/nl : nl.c
usr.bin/patch : mkpath.c
usr.bin/printf : printf.c
usr.bin/skeyinit: skeyinit.c
usr.bin/spell : spellprog.c
usr.bin/uudecode: uudecode.c
usr.bin/which : which.c
usr.bin/xinstall: xinstall.c
usr.sbin/crunchgen: elf_hide.c
usr.sbin/kvm_mkdb: nlist.c
usr.sbin/lpr/lpr: lpr.c
usr.sbin/pcidump: pcidump.c
usr.sbin/procmap: procmap.c
usr.sbin/pwd_mkdb: pwd_mkdb.c
regress/lib/libc/stdio_threading/include: local.h
regress/lib/libpthread/earlysig: earlysig.c
regress/lib/libpthread/pthread_rwlock: pthread_rwlock.c
regress/sys/kern/main-thread-exited: main-thread-exited.c
regress/sys/kern/rlimit-file: rlim-file.c
Log message:
Use errc/warnc to simplify code.
Also, in 'ftp', always put the error message last, after the hostname/ipaddr.
ok jsing@ krw@ millert@