freebsd-ports/x11-toolkits/iv/files/patch-as
Steve Price 854635b423 Correct build on ELF and add maintainer.
PR:		9594
Submitted by:	Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-26 02:40:32 +00:00

12 lines
325 B
Plaintext

--- src/lib/IV-X11/xwindow.c.orig Tue Nov 24 05:26:43 1992
+++ src/lib/IV-X11/xwindow.c Sun Jan 17 17:48:18 1999
@@ -64,7 +64,7 @@
/* no standard place for this */
extern "C" {
- extern int ioctl(int, int, ...);
+ extern int ioctl(int, long unsigned int, ...);
}
implementPtrList(WindowVisualList,WindowVisual)