13 lines
385 B
Text
13 lines
385 B
Text
|
$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);
|