pkgsrc/wm/windowlab/patches/patch-ab

13 lines
387 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.4 2006/03/03 18:50:22 kristerw Exp $
2005-12-06 17:16:35 +01:00
--- menufile.c.orig 2005-12-06 16:11:17.000000000 +0000
+++ menufile.c
@@ -33,7 +33,6 @@ void get_menuitems(void)
2005-12-06 17:16:35 +01:00
unsigned int i, button_startx = 0;
FILE *menufile = NULL;
char menurcpath[PATH_MAX], *c;
- extern int errno;
menuitems = malloc(MAX_MENUITEMS_SIZE);
memset(menuitems, '\0', MAX_MENUITEMS_SIZE);