mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e5696019fa
(and sharutils-4.1.4 with it) disappeared from the master site. Also use install-info on the info files. Found by: distfile checker
12 lines
365 B
Plaintext
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;
|
|
}
|