From 20a107748317091d1ac003f1cbb045928d07e684 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:40:10 +0200 Subject: No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments --- net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch (limited to 'net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch') diff --git a/net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch b/net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch deleted file mode 100644 index 2ae6fcd2..00000000 --- a/net-wireless/cowpatty/files/cowpatty-4.3-hashfix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr cowpatty-4.3/cowpatty.c cowpatty-4.3-hashfix/cowpatty.c ---- cowpatty-4.3/cowpatty.c 2008-03-20 09:49:38.000000000 -0700 -+++ cowpatty-4.3-hashfix/cowpatty.c 2008-10-19 23:29:22.000000000 -0700 -@@ -202,7 +202,7 @@ - } - - /* Test that the files specified exist and are greater than 0 bytes */ -- if (!IsBlank(opt->hashfile)) { -+ if (!IsBlank(opt->hashfile) && strncmp(opt->hashfile, "-", 1) != 0) { - if (stat(opt->hashfile, &teststat)) { - usage("Could not stat hashfile. Check file path."); - exit(-1); -- cgit v1.2.3