diff options
Diffstat (limited to 'comms/estic/patches/patch-aa')
-rw-r--r-- | comms/estic/patches/patch-aa | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/comms/estic/patches/patch-aa b/comms/estic/patches/patch-aa index 6d858883163..8b48251c821 100644 --- a/comms/estic/patches/patch-aa +++ b/comms/estic/patches/patch-aa @@ -1,7 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $ +$NetBSD: patch-aa,v 1.2 2012/02/16 16:47:58 hans Exp $ --- estic.cc.orig Wed Mar 5 21:20:42 1997 +++ estic.cc Sat Feb 10 18:38:34 2001 +@@ -1,5 +1,4 @@ +-/*****************************************************************************/ +-/* */ ++/*****************************************************************************/ /* */ + /* ESTIC.CC */ + /* */ + /* (C) 1995-97 Ullrich von Bassewitz */ +@@ -71,6 +70,7 @@ + #endif + #include "estic.h" + ++#undef FS + + + /*****************************************************************************/ @@ -80,9 +80,9 @@ @@ -15,7 +30,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $ static const char VersionStr [] = "1.50"; static const char VersionID [] = "ESTIC-Version"; -@@ -138,7 +138,7 @@ +@@ -138,7 +138,7 @@ const u16 msCLIWinWarning IstecApp::IstecApp (int argc, char* argv []): Program (argc, argv, CreateMenueBar, CreateStatusLine, "estic"), StatusFlags (0), |