summaryrefslogtreecommitdiff
path: root/sysutils/wipe/patches/patch-ac
blob: b3e3949d425b321f8b7823b76f872e8cf35b3dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.2 2019/11/16 10:14:15 mef Exp $

date: 2005-11-11 01:31:25 +0900;  author: joerg;  state: Exp;
Depend on errno.h for errno.

--- wipe.c.orig	2009-06-15 12:07:00.000000000 +0900
+++ wipe.c	2019-11-16 19:01:20.812061117 +0900
@@ -56,7 +56,6 @@
 #include "rand.h"
 #include "wipe.h"
 
-extern int errno;
 extern int exit_code;
 extern char *argvzero;
 extern struct rename_s rns;