Displaying 2 results from an estimated 2 matches for "91f5ae1".
Did you mean:
91f1a71
2014 Jul 31
0
[PATCH 1/3] __progname is provided by libc
..._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 100644
--- a/tftpd/tftpd.c
+++ b/tftpd/tftpd.c
@@ -76,7 +76,7 @@ static int ai_fam = AF_INET;
#define TRIES 6 /* Number of attempts to send each packet */
#define TIMEOUT_LIMIT ((1 << TRIES)-1)
-const char *__progname;
+const char *tftpd_progname;
static int peer;
static...
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