1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/afio/files/patch-ab

12 lines
316 B
Plaintext
Raw Normal View History

--- 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",
1998-12-08 18:43:04 +00:00
- (ulong) aruntil, arbsize);
+ (u_long) aruntil, arbsize);
#endif
usage ();
1998-12-08 18:43:04 +00:00
}