File: utils/wipe/files/gar-base.diff
base-0 patch-1
Line 1Line 1
diff -Nru tmp/wipe-2.0.0/Makefile.in work/wipe-2.0.0/Makefile.in
--- tmp/wipe-2.1.0/Makefile.in        Sun May 6 16:30:40 2001
+++ work/wipe-2.1.0/Makefile.in        Tue Mar 12 22:14:27 2002
diff --speed-large-files --minimal -Nru scratch/wipe-2.1.0/Makefile.in work/main.d/wipe-2.1.0/Makefile.in
--- scratch/wipe-2.1.0/Makefile.in        2002-08-14 22:20:36.000000000 -0500
+++ work/main.d/wipe-2.1.0/Makefile.in        2003-08-24 05:58:11.000000000 -0500
Line Line
        $(INSTALL_BIN) -d $(bindir)
        $(INSTALL_BIN) -s $(BIN_OUT) $(bindir)
        $(INSTALL_BIN) -d $(bindir)
        $(INSTALL_BIN) -s $(BIN_OUT) $(bindir)
Line 16Line 16
        done

install_home: $(BIN_OUT)
        done

install_home: $(BIN_OUT)

diff --speed-large-files --minimal -Nru scratch/wipe-2.1.0/rand.c work/main.d/wipe-2.1.0/rand.c
--- scratch/wipe-2.1.0/rand.c        2002-02-02 20:29:25.000000000 -0600
+++ work/main.d/wipe-2.1.0/rand.c        2003-08-24 05:59:01.000000000 -0500
@@ -25,6 +25,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <errno.h>

#include "std.h"
#include "io.h"