diff options
author | joerg <joerg> | 2005-11-10 16:31:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-11-10 16:31:25 +0000 |
commit | 58f158c7c8458a2afc5ce4674748cc12414bc82d (patch) | |
tree | bac0d11dbead865c8669b656bf41bf545b1465af /sysutils/wipe/patches/patch-ab | |
parent | 7b070aea5d8cab6af84c6ed318b272f242eb80de (diff) | |
download | pkgsrc-58f158c7c8458a2afc5ce4674748cc12414bc82d.tar.gz |
Depend on errno.h for errno.
Diffstat (limited to 'sysutils/wipe/patches/patch-ab')
-rw-r--r-- | sysutils/wipe/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/wipe/patches/patch-ab b/sysutils/wipe/patches/patch-ab new file mode 100644 index 00000000000..728d42adb90 --- /dev/null +++ b/sysutils/wipe/patches/patch-ab @@ -0,0 +1,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) |