summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-aa
blob: 6d8588831633aba088fc1a91c1debae4fae2fd4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $

--- estic.cc.orig	Wed Mar  5 21:20:42 1997
+++ estic.cc	Sat Feb 10 18:38:34 2001
@@ -80,9 +80,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.50";
 static const char VersionID []  = "ESTIC-Version";
@@ -138,7 +138,7 @@
 IstecApp::IstecApp (int argc, char* argv []):
     Program (argc, argv, CreateMenueBar, CreateStatusLine, "estic"),
     StatusFlags (0),
-    ComPortName ("COM2"),
+    ComPortName ("tty00"),
     SettingsFile ("estic.rc"),
     IstecPresent (0),
     DayNight (0),