freebsd-ports/x11-toolkits/iv/files/patch-cd
Seigo Tanimura bf57334ca0 - Update to 3.2a.
- The maintainer is now a committer.

Reviewed by:	Kim Culhan <kimc@w8hd.org>
2000-01-25 02:35:00 +00:00

12 lines
336 B
Plaintext

--- src/bin/ibuild/ibed.c.org Wed Nov 11 03:16:15 1992
+++ src/bin/ibuild/ibed.c Sun Jan 23 20:15:55 2000
@@ -672,7 +672,7 @@
return tools;
}
-static const unit = 15;
+static const int unit = 15;
static Coord xClosed[] = { unit/5, unit, unit, unit*3/5, 0 };
static Coord yClosed[] = { 0, unit/5, unit*3/5, unit, unit*2/5 };