diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-12 14:09:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-12 14:09:35 +0000 |
commit | 705c9445928a2d6b47f397ab12f7c82d5337df4e (patch) | |
tree | 51a0950c8c9709d1d84e851ccf96cabec8589100 /security/wipe/files/patch-prompt.c | |
parent | - Switch to USES=tar (diff) |
- Clarify LICENSE
- Don't install unneeded docs
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=410885
Diffstat (limited to 'security/wipe/files/patch-prompt.c')
-rw-r--r-- | security/wipe/files/patch-prompt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/wipe/files/patch-prompt.c b/security/wipe/files/patch-prompt.c index c08de188dfca..d27dfa64f5f2 100644 --- a/security/wipe/files/patch-prompt.c +++ b/security/wipe/files/patch-prompt.c @@ -1,5 +1,5 @@ ---- prompt.c.orig 2009-04-25 20:18:13.000000000 -0700 -+++ prompt.c 2009-10-18 15:29:39.000000000 -0700 +--- prompt.c.orig 2009-04-26 03:18:13 UTC ++++ prompt.c @@ -41,9 +41,9 @@ #include "std.h" @@ -11,7 +11,7 @@ #include "wipe.h" #include "blkdev.h" #include "prompt.h" -@@ -69,7 +69,10 @@ +@@ -69,7 +69,10 @@ public void prompt_destroy(struct file_s } #endif @@ -23,7 +23,7 @@ permdenied = access(f->name, perm); if (options.interactive) /* force overrides interaction */ -@@ -119,7 +122,10 @@ +@@ -119,7 +122,10 @@ public void prompt_destroy(struct file_s fgets(prompt, sizeof(prompt), stdin); |