summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch')
-rw-r--r--app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch b/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch
deleted file mode 100644
index 6d71638320e1..000000000000
--- a/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- schemes.c
-+++ schemes.c
-@@ -15,6 +15,7 @@
- *
- *******************************************************************/
- #include "config.h"
-+#include <ctype.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <errno.h>
---- wipe.c
-+++ wipe.c
-@@ -773,7 +773,7 @@
- static int do_verify_pass(int fd, wipe_info_t *ctx)
- {
- long long int pos, len, size;
-- time_t cur_time, start_time;
-+ time_t start_time;
- int x;
- char verifyBuff[BUFFSIZE];
- char buff[BUFFSIZE];
-@@ -839,7 +839,6 @@
- {
- int fd, is_dev, ret;
- long long int size;
-- char *type_str;
-
- if (o_wipe_slacks)
- return wipe_file_slack_nas( ctx, pass, verify );
-@@ -1478,7 +1477,7 @@
- int fd, res, j, write_fail;
- long long int file_size, ss, free_space, x;
- time_t start_time;
-- int cnt, err;
-+ int cnt;
- seed_t seed, prev_seed;
-
-