1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/estic/files/patch-av
Steve Price 059a88c435 Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
2000-02-27 15:04:16 +00:00

16 lines
481 B
Plaintext

--- estic/estic.cc.orig Sat Feb 26 18:28:17 2000
+++ estic/estic.cc Sat Feb 26 18:28:51 2000
@@ -75,9 +75,9 @@
// Diag mode update
-static const duOff = 0;
-static const duOn = 1;
-static const duAuto = 2; // Update if version <= 1.93
+static const int duOff = 0;
+static const int duOn = 1;
+static const int duAuto = 2; // Update if version <= 1.93
static const char VersionStr [] = "1.30"; // Also valid for 1.40
static const char VersionID [] = "ESTIC-Version";