git: Add __printflike's where possible and fix all related bugs

看板DFBSD_commit作者時間15年前 (2011/01/15 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b58f1e66e1cfc051239a06ce5ea687db78a50f40 Author: Sascha Wildner <saw@online.de> Date: Sat Jan 15 03:43:46 2011 +0100 Add __printflike's where possible and fix all related bugs & issues. Summary of changes: bin/cpdup/cpdup.c | 3 +- bin/cpdup/cpdup.h | 8 ++-- bin/cpdup/hcproto.c | 2 + bin/test/test.c | 2 +- games/bs/bs.c | 1 + games/cribbage/cribbage.h | 4 +- games/hack/alloc.c | 2 +- games/hack/hack.h | 10 ++-- games/hack/hack.unix.c | 2 +- games/phantasia/misc.c | 2 +- games/quiz/quiz.c | 2 +- games/trek/main.c | 2 +- games/trek/trek.h | 2 +- lib/libc/gen/err.c | 4 ++ lib/libc/stdlib/nmalloc.c | 2 +- lib/libevtr/evtr.c | 6 +- lib/libevtr/ktrfmt.tab.c | 3 + lib/libevtr/ktrfmt.y | 3 + lib/libfetch/common.h | 2 +- lib/libfetch/ftp.c | 3 +- lib/libfetch/http.c | 4 +- lib/libftpio/ftpio.c | 9 ++-- lib/libkvm/kvm.c | 2 +- lib/libkvm/kvm_private.h | 7 ++- lib/libkvm/kvm_proc.c | 18 ++++---- lib/libnetgraph/debug.c | 8 ++-- lib/libnetgraph/netgraph.h | 4 +- lib/libpam/pam_mod_misc.h | 2 +- lib/pam_module/pam_lastlog/pam_lastlog.c | 2 + lib/pam_module/pam_login_access/pam_login_access.c | 4 +- libexec/atrun/atrun.c | 12 +++--- libexec/dma/dma.h | 8 ++-- libexec/pppoed/pppoed.c | 1 + libexec/rshd/rshd.c | 2 +- libexec/rtld-elf/malloc.c | 1 + sbin/cryptdisks/cryptdisks.c | 2 + sbin/devfsctl/devfsctl.h | 2 +- sbin/fsck/fsck.h | 6 +- sbin/fsck/fsutil.c | 2 +- sbin/hammer/cmd_cleanup.c | 2 +- sbin/hammer/hammer_util.h | 2 +- sbin/ifconfig/ifieee80211.c | 2 +- sbin/init/init.c | 6 +- sbin/ip6fw/ip6fw.c | 2 +- sbin/iscontrol/iscontrol.h | 2 +- sbin/jscan/jscan.h | 2 +- sbin/newfs/newfs.c | 5 +- sbin/rconfig/defs.h | 4 +- sbin/restore/extern.h | 4 +- sys/dev/disk/sdhci/sdhci.c | 3 + sys/dev/raid/hptmv/hptproc.c | 6 ++- usr.bin/getent/getent.c | 2 + usr.bin/make/arch.c | 2 +- usr.bin/make/job.c | 2 +- usr.bin/make/parse.h | 2 +- usr.bin/make/util.h | 10 ++-- usr.bin/make/var.c | 4 +- usr.bin/rdist/defs.h | 6 +- usr.bin/rdist/main.c | 14 ------- usr.bin/rdist/server.c | 2 +- usr.bin/sockstat/sockstat.c | 2 + usr.bin/unifdef/unifdef.c | 22 +++++----- usr.bin/whois/whois.c | 4 +- usr.bin/window/defs.h | 5 +- usr.bin/window/ww.h | 5 +- usr.sbin/atm/atmarpd/atmarp_var.h | 6 +-- usr.sbin/atm/scspd/scsp_config.c | 9 +--- usr.sbin/atm/scspd/scsp_config_parse.y | 10 ----- usr.sbin/atm/scspd/scsp_log.c | 4 +- usr.sbin/atm/scspd/scsp_var.h | 15 +------ usr.sbin/btxld/btxld.c | 2 +- usr.sbin/dntpd/defs.h | 9 ++-- usr.sbin/dntpd/log.c | 3 +- usr.sbin/dntpd/socket.c | 3 +- usr.sbin/ftp-proxy/ftp-proxy.c | 2 +- usr.sbin/mrouted/mtrace.c | 2 +- usr.sbin/mtree/create.c | 5 +- usr.sbin/nscd/log.h | 4 +- usr.sbin/pfctl/parse.y | 42 ++++++++++---------- usr.sbin/pfctl/pfctl_table.c | 2 +- usr.sbin/pflogd/pflogd.c | 4 +- usr.sbin/pflogd/pflogd.h | 2 +- usr.sbin/sdpd/log.h | 16 ++++---- 83 files changed, 210 insertions(+), 213 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b58f1e66e1cfc051239a06ce5ea687db78a50f40 -- DragonFly BSD source repository
文章代碼(AID): #1DCGtouO (DFBSD_commit)