__progname[] is provided by libc
commit18ac1e26f756dd47fef33f5f706b0ec8fa696216
authorThorsten Glaser <tg@mirbsd.de>
Thu, 31 Jul 2014 06:59:41 +0000 (31 16:29 +0930)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jul 2014 23:24:37 +0000 (31 16:24 -0700)
tree136d6275addecb30a214e0d453d63a27f326de44
parent8ddf0d87d7463c21e28dd2bea6f3f42d4c92cb1d
__progname[] is provided by libc

Rename local variable to tftpd_progname to avoid a clash with glibc
global symbols and work around Debian bug #519006 (Closes: #564052).

[ hpa: specifically, double-underscore symbols in C are reserved for
  the implementation, i.e. compiler/libc. ]

Signed-off-by: Ron Lee <ron@debian.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
tftpd/tftpd.c