diff options
Diffstat (limited to 'app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch')
-rw-r--r-- | app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch b/app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch index f24a6acdb600..e2b9eed3b3eb 100644 --- a/app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch +++ b/app-crypt/bcwipe/files/bcwipe-1.9.7-fix_warnings.patch @@ -1,5 +1,5 @@ ---- schemes.c -+++ schemes.c +--- a/schemes.c ++++ b/schemes.c @@ -15,6 +15,7 @@ * *******************************************************************/ @@ -8,8 +8,8 @@ #include <stdlib.h> #include <stdio.h> #include <errno.h> ---- wipe.c -+++ wipe.c +--- a/wipe.c ++++ b/wipe.c @@ -42,6 +42,7 @@ #include <sys/ioctl.h> #include <signal.h> |