$NetBSD: patch-ab,v 1.4 2002/07/06 20:15:52 tv Exp $

--- src/common/getopt.c.orig	1996-04-17 18:17:39.000000000 +0000
+++ src/common/getopt.c
@@ -73,6 +73,7 @@ char *alloca ();
 #include <stdlib.h>
 #else	/* Not GNU C library.  */
 #define	__alloca	alloca
+#include <stdlib.h>
 #endif	/* GNU C library.  */
 
 /* If GETOPT_COMPAT is defined, `+' as well as `--' can introduce a
@@ -444,7 +445,7 @@ _getopt_internal (argc, argv, optstring,
       int exact = 0;
       int ambig = 0;
       const struct option *pfound = NULL;
-      int indfound;
+      int indfound = 0;
 
       while (*s && *s != '=')
 	s++;
