diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-07-26 14:33:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-07-26 14:35:05 -0700 |
commit | 9f98c16cfe10fd70fedd647b328adac1a9b38f78 (patch) | |
tree | 146de8d69bf62de29eaca2c33fa38febfd087c96 /ChangeLog | |
parent | f3c22df3c5d5dce995a485df23f2dd0bb89a66d5 (diff) | |
download | glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.tar.gz glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.tar.xz glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.zip |
Fix some -Wformat warnings in rpcgen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9fb871da32..91826c2a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-07-26 Roland McGrath <roland@hack.frob.com> + + * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format + rather than a string variable. + * sunrpc/rpc_main.c (h_output): Likewise. + * sunrpc/rpc_svcout.c (write_real_program): Likewise. + 2012-07-26 Pino Toscano <toscano.pino@tiscali.it> * inet/check_native.c: New file. |