pkgsrc/x11/xneko/patches/patch-ab

23 lines
603 B
Text

$NetBSD: patch-ab,v 1.3 2003/06/08 10:43:23 abs Exp $
--- xneko.c.orig Tue Jun 1 02:46:10 1993
+++ xneko.c
@@ -139,6 +139,9 @@ static char sccsid[] = "@(#)xneko.c 8.1
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#include <signal.h>
#include <math.h>
#include <sys/time.h>
@@ -494,7 +497,7 @@ BitmapGCData BitmapGCDataTable[] =
&RightTogi1Xbm, rtogi1_bits, rtogi1_width, rtogi1_height },
{ &RightTogi2GC,
&RightTogi2Xbm, rtogi2_bits, rtogi2_width, rtogi2_height },
- { NULL, NULL, NULL, NULL, NULL }
+ { NULL, NULL, 0, 0, 0 }
};
typedef struct {