summaryrefslogtreecommitdiffstats
path: root/textproc/gdict/files/patch-dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gdict/files/patch-dict.c')
-rw-r--r--textproc/gdict/files/patch-dict.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/gdict/files/patch-dict.c b/textproc/gdict/files/patch-dict.c
new file mode 100644
index 0000000..3dca82f
--- /dev/null
+++ b/textproc/gdict/files/patch-dict.c
@@ -0,0 +1,25 @@
+--- dict.c Mon Mar 29 08:10:35 1999
++++ dict.c~ Thu Jul 22 22:25:16 1999
+@@ -4,11 +4,12 @@
+ * Thanks goes out to #linuxos also. :)
+ */
+
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <sys/socket.h>
+ #include <unistd.h>
+-#include <arpa/inet.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <string.h>
+
+ int main (int argc, char *argv[]) {
+@@ -40,7 +41,7 @@
+ Sockaddr.sin_port = htons(2627);
+ Sockaddr.sin_addr.s_addr = inet_addr("128.52.39.7");
+
+- err = connect (sd, &Sockaddr, sizeof(Sockaddr) );
++ err = connect (sd, (struct sockaddr *) &Sockaddr, sizeof(Sockaddr) );
+
+ if (err != 0) {
+ printf("Could not connect to dictionary server!\n");
OpenPOWER on IntegriCloud