blob: 2b25c0445f98e17ea94a6047bd908b63999603ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2006/03/02 21:28:23 joerg Exp $
--- uip/folder.c.orig 2006-03-02 20:53:46.000000000 +0000
+++ uip/folder.c
@@ -62,8 +62,6 @@ static struct swit switches[] = {
{ NULL, 0 }
};
-extern int errno;
-
static int fshort = 0; /* output only folder names */
static int fcreat = 0; /* should we ask to create new folders? */
static int fpack = 0; /* are we packing the folder? */
|