mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-21 22:42:29 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f5c05506f | ||
|
|
23c69f34c1 | ||
|
|
0b1cb83013 | ||
|
|
17f23ba03b |
3
README
3
README
@@ -18,6 +18,9 @@ Martijn van Brummelen
|
||||
RELEASE NOTES
|
||||
=============
|
||||
|
||||
v0.23
|
||||
- make serial visible again on 32Bit machines
|
||||
|
||||
v0.22
|
||||
- Update manpage
|
||||
- use long long for device size
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.64])
|
||||
AC_INIT(nwipe, 0.22, git@brumit.nl)
|
||||
AM_INIT_AUTOMAKE(nwipe, 0.22)
|
||||
AC_INIT(nwipe, 0.23, git@brumit.nl)
|
||||
AM_INIT_AUTOMAKE(nwipe, 0.23)
|
||||
AC_OUTPUT(Makefile src/Makefile man/Makefile)
|
||||
AC_CONFIG_SRCDIR([src/nwipe.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH NWIPE "1" "December 2017" "nwipe version 0.22" "User Commands"
|
||||
.TH NWIPE "1" "December 2017" "nwipe version 0.23" "User Commands"
|
||||
.SH NAME
|
||||
nwipe \- securely erase disks
|
||||
.SH SYNOPSIS
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
*/
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "nwipe.h"
|
||||
#include "context.h"
|
||||
|
||||
@@ -42,9 +42,6 @@ int nwipe_options_parse( int argc, char** argv )
|
||||
extern nwipe_prng_t nwipe_twister;
|
||||
extern nwipe_prng_t nwipe_isaac;
|
||||
|
||||
/* The maximum banner size, including the null. */
|
||||
const int nwipe_banner_size = 81;
|
||||
|
||||
/* The getopt() result holder. */
|
||||
int nwipe_opt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user