diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-29 06:03:54 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-29 06:03:54 +0000 |
commit | 5b1d291570e9b6339c1c6e9da3df40aaf30bb716 (patch) | |
tree | 0a4f8ff78e0937f111f36c62250ea5daa501e94b /security/bcwipe/files | |
parent | Accrete is a physical simulation of solar system planet (diff) |
update security/bcwipe: 1.2.1 -> 1.2.3
PR: 50170
Submitted by: Foldi Tamas <crow@nektor.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=85814
Diffstat (limited to 'security/bcwipe/files')
-rw-r--r-- | security/bcwipe/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/security/bcwipe/files/patch-aa b/security/bcwipe/files/patch-aa deleted file mode 100644 index 1e876cd57911..000000000000 --- a/security/bcwipe/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ ---- wipe.c Fri Nov 8 11:21:30 2002 -+++ wipe.c Fri Nov 8 11:15:03 2002 -@@ -28,7 +28,6 @@ - #include <utime.h> - #include <stdlib.h> - #include <sys/ioctl.h> --#include <sys/vfs.h> - #include <time.h> - #include <ctype.h> - #include <sys/mount.h> -@@ -68,7 +67,7 @@ - int ask_y_n(char *string) - { - char c; -- fprintf(stderr,string); -+ fprintf(stderr,"%s",string); - c = tolower(fgetc(stdin)); - if ( '\n' == c ) return FALSE; - while ( '\n' != fgetc(stdin) ); -@@ -700,7 +699,7 @@ - case '?': - case 'h': - default: -- fprintf(stdout,usage_string); -+ fprintf(stdout,"%s",usage_string); - exit(0); - } /* end of switch */ - } /* end of while */ -@@ -710,7 +709,7 @@ - - if ( 0 == argc ) - { -- fprintf(stdout,usage_string); -+ fprintf(stdout,"%s",usage_string); - exit(0); - } - if ( o_force ) o_interactive=FALSE; |