Author: Reiner Herrmann Date: 2016-07-01 16:00:02 UTC Bug-Debian: https://bugs.debian.org/829249 make ncftp build reproducible. diff --git a/ncftp/main.c b/ncftp/main.c index a7fccac..b27a94e 100644 --- a/ncftp/main.c +++ b/ncftp/main.c @@ -62,7 +62,7 @@ static void Usage(void) { FILE *fp; -#ifdef UNAME +#if 0 char s[80]; #endif @@ -76,7 +76,7 @@ Usage(void) -F Dump a sample $HOME/.ncftp/firewall prefs file to stdout and exit.\n"); (void) fprintf(fp, "\nProgram version: %s\nLibrary version: %s\n", gVersion + 5, gLibNcFTPVersion + 5); -#ifdef UNAME +#if 0 AbbrevStr(s, UNAME, 60, 1); (void) fprintf(fp, "Build system: %s\n", s); #endif name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/onc-rpc.scm
AgeCommit message (Expand)Author
2021-05-15Merge branch 'master' into core-updatesLudovic Courtès
2021-05-13gnu: rpcbind: Update to 1.2.6....Tobias Geerinckx-Rice
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-17gnu: libtirpc/hurd: Fix package source....Christopher Baines
2021-03-17gnu: Use PACKAGE/INHERIT in more places....Mark H Weaver
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-01-19gnu: rpcbind: Update to 1.2.5....Vincent Legoll