summaryrefslogtreecommitdiff
path: root/security/bcwipe/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 13:00:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 13:00:38 +0000
commit983cf9112463b598c3e53d0cf503d2204df3280a (patch)
tree795707e1d8695b514c98e955b2c0ccf103f9a51a /security/bcwipe/files
parentProperly install the man-page. (diff)
upgrade to 1.2.1
PR: 45262 Submitted by: maintainer
Diffstat (limited to 'security/bcwipe/files')
-rw-r--r--security/bcwipe/files/patch-aa18
1 files changed, 13 insertions, 5 deletions
diff --git a/security/bcwipe/files/patch-aa b/security/bcwipe/files/patch-aa
index 5130be390cee..1e876cd57911 100644
--- a/security/bcwipe/files/patch-aa
+++ b/security/bcwipe/files/patch-aa
@@ -1,6 +1,14 @@
---- wipe.c.orig Thu Jun 6 17:25:28 2002
-+++ wipe.c Thu Jun 6 17:26:36 2002
-@@ -66,7 +66,7 @@
+--- 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;
@@ -9,7 +17,7 @@
c = tolower(fgetc(stdin));
if ( '\n' == c ) return FALSE;
while ( '\n' != fgetc(stdin) );
-@@ -675,7 +675,7 @@
+@@ -700,7 +699,7 @@
case '?':
case 'h':
default:
@@ -18,7 +26,7 @@
exit(0);
} /* end of switch */
} /* end of while */
-@@ -685,7 +685,7 @@
+@@ -710,7 +709,7 @@
if ( 0 == argc )
{