recipes: kernel/generic: Bump release number
[dragora.git] / patches / ncftp / ncftp-reproducible.patch
blob9a03aa304a403808f62e73eaef37b66a9450ab7e
1 Author: Reiner Herrmann <reiner@reiner-h.de>
2 Date: 2016-07-01 16:00:02 UTC
3 Bug-Debian: https://bugs.debian.org/829249
5 make ncftp build reproducible.
7 diff --git a/ncftp/main.c b/ncftp/main.c
8 index a7fccac..b27a94e 100644
9 --- a/ncftp/main.c
10 +++ b/ncftp/main.c
11 @@ -62,7 +62,7 @@ static void
12 Usage(void)
14 FILE *fp;
15 -#ifdef UNAME
16 +#if 0
17 char s[80];
18 #endif
20 @@ -76,7 +76,7 @@ Usage(void)
21 -F Dump a sample $HOME/.ncftp/firewall prefs file to stdout and exit.\n");
23 (void) fprintf(fp, "\nProgram version: %s\nLibrary version: %s\n", gVersion + 5, gLibNcFTPVersion + 5);
24 -#ifdef UNAME
25 +#if 0
26 AbbrevStr(s, UNAME, 60, 1);
27 (void) fprintf(fp, "Build system: %s\n", s);
28 #endif