blob: 5eac2f3eef1a713b153e9bbafa35a46cedd3801f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2006/06/08 15:34:52 joerg Exp $
--- hcwd.c.orig 2006-06-08 15:25:19.000000000 +0000
+++ hcwd.c
@@ -43,8 +43,6 @@ static mountent *mounts = 0;
static int mtabsz = 0, nmounts = 0;
static int curvol = -1, dirty = 0;
-extern int errno;
-
/*
* NAME: addent()
* DESCRIPTION: insert mount entry into table
|