aboutsummaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-tuntap
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/files/patch-tuntap')
-rw-r--r--emulators/hercules/files/patch-tuntap23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/hercules/files/patch-tuntap b/emulators/hercules/files/patch-tuntap
index 15969cd93681..473d3580c2c6 100644
--- a/emulators/hercules/files/patch-tuntap
+++ b/emulators/hercules/files/patch-tuntap
@@ -1,26 +1,3 @@
---- ctc_ctci.c.orig Wed Dec 14 17:17:22 2005
-+++ ctc_ctci.c Wed Jan 25 20:05:14 2006
-@@ -1114,7 +1114,7 @@ static int ParseArgs( DEVBLK* pDEVBLK,
- #if defined( WIN32 )
- strcpy( pCTCBLK->szTUNCharName, tt32_get_default_iface() );
- #else
-- strcpy( pCTCBLK->szTUNCharName, "/dev/net/tun" );
-+ strcpy( pCTCBLK->szTUNCharName, HERCTUN_DEV );
- #endif
-
- #if defined( WIN32 )
---- ctc_lcs.c.orig Thu Dec 29 19:47:06 2005
-+++ ctc_lcs.c Wed Jan 25 20:05:14 2006
-@@ -1024,7 +1024,9 @@ static void LCS_Shutdown( PLCSDEV pLCSD
- static void LCS_StartLan( PLCSDEV pLCSDEV, PLCSHDR pHeader )
- {
- PLCSPORT pPort;
-+#ifdef OPTION_TUNTAP_DELADD_ROUTES
- PLCSRTE pRoute;
-+#endif
- PLCSSTDFRM pReply;
-
- pPort = &pLCSDEV->pLCSBLK->Port[pLCSDEV->bPort];
--- tuntap.c.orig Sun Dec 11 16:44:16 2005
+++ tuntap.c Wed Jan 25 20:05:14 2006
@@ -159,6 +159,25 @@ int TUNTAP_CreateInterface(