Attach format attributes to declarations of various message-formatting
authorKen Raeburn <raeburn@mit.edu>
Fri, 29 Jun 2007 01:01:24 +0000 (01:01 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 29 Jun 2007 01:01:24 +0000 (01:01 +0000)
commitf8369e867bcb6ff44d2ee12fc79070b869d41abd
tree93742abe35959d7f3897d6f3b43ca37921d59a82
parent0708ecde434afdabb8412d6af61a0c717af56abb
Attach format attributes to declarations of various message-formatting
routines under gcc.  In a couple of routines, hard-code the preference
for using the vsnprintf paths instead of list-of-int-arguments hacks
now that we're assuming vsnprintf is available in other places.

Installed headers affected:
  com_err.h (com_err, com_err_va)
  ss.h (ss_error)
  krb5.h (krb5_set_error_message, krb5_vset_error_message)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19653 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/appl/gssftp/ftp/ftp_var.h
src/appl/gssftp/ftp/secure.h
src/appl/gssftp/ftpd/ftpd.c
src/appl/gssftp/ftpd/secure.h
src/appl/telnet/telnetd/ext.h
src/appl/telnet/telnetd/utility.c
src/include/adm_proto.h
src/include/k5-err.h
src/include/krb5/krb5.hin
src/kdc/kerberos_v4.c
src/lib/kadm5/logger.c
src/lib/krb4/krb4int.h
src/util/et/com_err.h
src/util/ss/ss.h