blob: cef227f392642ab95d7f5ca43a62e0d04d20a39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2007/07/12 12:43:21 obache Exp $
--- src/completion.c.orig 2007-04-24 08:58:51.000000000 +0200
+++ src/completion.c
@@ -111,8 +111,6 @@ static int cc_max; /* max number of ca
static FLAG done; /* done: completion not possible or
full (not partial) name was completed */
-extern int errno;
-
static void
environ_completion_init(void)
{
|