X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpatches%2F08_various-fixes;h=f10124ebd92c8e29328a2197cdcc5c756af4d58f;hp=b55848aa2420794ef6a57730462d84dc4137b6a8;hb=c487bd2663cc316451b6ea2ecb632e7a29a4bf13;hpb=2ee4bc9605e8e54b9348a33dbac4f69afda46466;ds=sidebyside diff --git a/debian/patches/08_various-fixes b/debian/patches/08_various-fixes index b55848a..f10124e 100644 --- a/debian/patches/08_various-fixes +++ b/debian/patches/08_various-fixes @@ -1,10 +1,10 @@ -Author: Gerfried Fuchs vim:ft=diff: +Author: Rhonda D'Vine vim:ft=diff: Description: various small changes to fix compile warnings -Index: netris-0.52/game.c +Index: b/game.c =================================================================== ---- netris-0.52.orig/game.c -+++ netris-0.52/game.c +--- a/game.c ++++ b/game.c @@ -21,6 +21,7 @@ #define NOEXT @@ -13,10 +13,10 @@ Index: netris-0.52/game.c #include #include #include -Index: netris-0.52/inet.c +Index: b/inet.c =================================================================== ---- netris-0.52.orig/inet.c -+++ netris-0.52/inet.c +--- a/inet.c ++++ b/inet.c @@ -52,7 +52,7 @@ ExtFunc int WaitForConnection(char *port struct sockaddr_in addr; struct hostent *host; @@ -26,10 +26,10 @@ Index: netris-0.52/inet.c short port; int val1; struct linger val2; -Index: netris-0.52/util.c +Index: b/util.c =================================================================== ---- netris-0.52.orig/util.c -+++ netris-0.52/util.c +--- a/util.c ++++ b/util.c @@ -20,6 +20,7 @@ */