12 lines
387 B
Text
12 lines
387 B
Text
$NetBSD: patch-ab,v 1.4 2006/03/03 18:50:22 kristerw 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);
|