Additional changes to make -Wshadow build on Ubuntu 10.something.something.elric_sig_20120228113419
commit7dba238dbf0a837ddc9d7f88393fbcf562832449
authorRoland C. Dowdeswell <elric@imrryr.org>
Mon, 27 Feb 2012 17:36:06 +0000 (27 17:36 +0000)
committerRoland C. Dowdeswell <elric@imrryr.org>
Mon, 27 Feb 2012 17:36:06 +0000 (27 17:36 +0000)
tree4889005859a5ac8a09d17d03777265b8ac559074
parente8779d5d4add2de1fc54cd339b499ac1242df2d4
Additional changes to make -Wshadow build on Ubuntu 10.something.something.

Looks like they defined basename() in string.h and ntohs/htonl are
implemented in terms of __bswap16() which is a macro with tmp
variables and so one cannot embed one call to ntohs/htons in another.
Not good but we workaround this limitation in glibc.
lib/asn1/gen.c
lib/asn1/gen_template.c
lib/krb5/send_to_kdc.c
lib/roken/getcap.c
lib/roken/glob.c
lib/roken/write_pid.c