]> git.deb.at Git - pkg/netris.git/blobdiff - debian/patches/05_init-static-vars
refresh them with proper quilt settings
[pkg/netris.git] / debian / patches / 05_init-static-vars
index cf3bec37129ea90bebcc6db321a69109a03cdfae..e7ada38550ae87806177d55b48e7850168506491 100644 (file)
@@ -1,7 +1,9 @@
-Index: netris-0.52/inet.c
+Description: Initialize lostConn and gotEndConn static var in InitNet function
+
+Index: b/inet.c
 ===================================================================
---- netris-0.52.orig/inet.c
-+++ netris-0.52/inet.c
+--- a/inet.c
++++ b/inet.c
 @@ -42,6 +42,8 @@ static int isServer, lostConn, gotEndCon
  
  ExtFunc void InitNet(void)