freebsd-ports/sysutils/afio/files/patch-ab
Dirk Froemberg 76ea44cfeb - upgrade to 2.4.6
- respect ${CC}
- use /usr/bin/gzip instead of gzip

(maintainer timeout)
2000-02-02 16:24:46 +00:00

11 lines
316 B
Text

--- 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 ();
}