Copied from Debian. From: Andreas Schwab Subject: Initialize the symlink flag Bug-Debian: http://bugs.debian.org/717029 X-Debian-version: 6.0-10 --- a/process.c +++ b/process.c @@ -1758,6 +1758,12 @@ = (G.crec.general_purpose_bit_flag & (1 << 11)) == (1 << 11); #endif +#ifdef SYMLINKS + /* Initialize the symlink flag, may be set by the platform-specific + mapattr function. */ + G.pInfo->symlink = 0; +#endif + return PK_COOL; } /* end function process_cdir_file_hdr() */
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
AgeCommit message (Expand)Author
2019-06-10artwork: Update snapshot to 2f2fe74....Diego Nicola Barbato
2019-03-05artwork: Update snapshot to b975164....Ludovic Courtès
2019-02-10artwork: Update snapshot to e951905....Ludovic Courtès
2018-11-05artwork: Clone over HTTPS....Ludovic Courtès
2017-06-07artwork: Use a descriptive name for the source directory....Leo Famulari