pkgsrc/wm/windowlab/patches/patch-ab

13 lines
385 B
Text
Raw Normal View History

2005-12-06 17:16:35 +01:00
$NetBSD: patch-ab,v 1.3 2005/12/06 16:16:35 joerg Exp $
--- menufile.c.orig 2005-12-06 16:11:17.000000000 +0000
+++ menufile.c
@@ -33,7 +33,6 @@ void get_menuitems(void)
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);