summaryrefslogtreecommitdiff
path: root/sysutils/wipe/patches/patch-ab
blob: 728d42adb90993484a85dcef9302660afb260b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2005/11/10 16:31:25 joerg Exp $

--- main.c.orig	2005-11-10 16:11:18.000000000 +0000
+++ main.c
@@ -49,8 +49,6 @@
 char *argvzero;
 int exit_code;
 
-extern int errno;
-
 struct opt_s options;                 /* cmd line options                        */
 
 public int main(int argc, char **argv)