openbsd-ports/x11/xloadimage/patches/patch-aa
1997-12-20 02:47:06 +00:00

16 lines
281 B
Plaintext

*** image.h~ Mon Nov 16 20:09:57 1992
--- image.h Sun Jan 8 22:57:55 1995
***************
*** 9,15 ****
--- 9,18 ----
*/
#include "copyright.h"
+
+ #define zopen stdio_zopen
#include <stdio.h>
+ #undef zopen
#if defined(SYSV) || defined(VMS)
#include <string.h>