freebsd-ports/archivers/gshar+gunshar/files/patch-ac
Bill Fenner e5696019fa Upgrade to 4.2, from the GNU master site, since the gnu directory
(and sharutils-4.1.4 with it) disappeared from the master site.
Also use install-info on the info files.

Found by:	distfile checker
1997-06-09 07:12:57 +00:00

12 lines
365 B
Plaintext

--- src/shar.c.orig Sun Jun 8 22:47:22 1997
+++ src/shar.c Sun Jun 8 22:47:37 1997
@@ -688,7 +688,7 @@
const char *local_name;
const char *restore_name;
{
- fprintf (output, "# %6ld %s %s\n", struct_stat.st_size,
+ fprintf (output, "# %6ld %s %s\n", (long)struct_stat.st_size,
mode_string (struct_stat.st_mode), restore_name);
return 0;
}