mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
76ea44cfeb
- respect ${CC} - use /usr/bin/gzip instead of gzip (maintainer timeout)
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
--- afio.c.orig Fri Nov 26 01:24:39 1999
|
|
+++ afio.c Thu Jan 27 14:23:28 2000
|
|
@@ -609,7 +609,7 @@
|
|
aruntil, arbsize);
|
|
#else
|
|
fprintf (stderr, "Media size %ld is less than block size %d\n",
|
|
- (ulong) aruntil, arbsize);
|
|
+ (u_long) aruntil, arbsize);
|
|
#endif
|
|
usage ();
|
|
}
|