summaryrefslogtreecommitdiff
path: root/editors/xenon/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xenon/files/patch-ad')
-rw-r--r--editors/xenon/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/xenon/files/patch-ad b/editors/xenon/files/patch-ad
deleted file mode 100644
index be1bb889bf4b..000000000000
--- a/editors/xenon/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- XeApp.C.orig Tue Nov 23 00:36:49 1999
-+++ XeApp.C Mon Jan 3 18:25:45 2000
-@@ -169,7 +174,7 @@
-
- gLocalIPAddr = 0;
-
-- if (getsockname(ConnectionNumber(gDisplay), &saddr, &len) != -1)
-+ if (getsockname(ConnectionNumber(gDisplay), &saddr, (socklen_t *)&len) != -1)
- if (saddr.sa_family == AF_INET)
- gLocalIPAddr = ntohl(((sockaddr_in*)&saddr)->sin_addr.s_addr);
-