blob: 9f2a0610802200b16a9bc656c26a2bedf6800ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2006/01/13 15:16:14 joerg Exp $
--- src/completion.c.orig 2006-01-13 14:56:31.000000000 +0000
+++ src/completion.c
@@ -115,8 +115,6 @@ static struct {
static int cc_alloc = 0; /* max number of candidates in CC_LIST */
static int cc_max; /* max number of candidates to present */
-extern int errno;
-
static void
environ_completion_init(void)
{
|