Displaying 2 results from an estimated 2 matches for "tftpd_prognam".
Did you mean:
tftpd_progname
2014 Jul 31
0
[PATCH 1/3] __progname is provided by libc
From: Thorsten Glaser <tg at mirbsd.de>
Rename local variable to tftpd_progname to avoid a clash with glibc
global symbols and work around Debian bug #519006 (Closes: #564052).
Signed-off-by: Ron Lee <ron at debian.org>
---
tftpd/tftpd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 88d2812..91f5ae1...
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org>
Hi,
I've just taken over maintaining the packages for this in Debian,
and we've been carrying a couple of patches for a while now that
really should have been forwarded since they're clearly not distro
specific. I added a third one to that yesterday to fix another
autoconf build 'race' seen when doing parallel builds.
Cheers,
Ron