From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2000-November/000020.html | 97 +++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 pipermail/nel/2000-November/000020.html (limited to 'pipermail/nel/2000-November/000020.html') diff --git a/pipermail/nel/2000-November/000020.html b/pipermail/nel/2000-November/000020.html new file mode 100644 index 00000000..3c97275b --- /dev/null +++ b/pipermail/nel/2000-November/000020.html @@ -0,0 +1,97 @@ + + + + [Nel] Some Linux patches + + + + + + +

[Nel] Some Linux patches

+ Stefan Nilsen + stefan.nilsen@telia.com
+ Sun, 12 Nov 2000 14:04:22 +0100 +

+
+ +
I made som fixes for compile on Linux.
+
+This is the first time i submit a patch, so please tell me if i'm doing 
+anything wrong.
+
+Index: Makefile.am
+===================================================================
+RCS file: /home/cvsroot/code/nel/Makefile.am,v
+retrieving revision 1.1
+diff -r1.1 Makefile.am
+9c9
+< SUBDIRS= include src lib doc
+---
+> SUBDIRS= src doc
+Index: src/net/base_socket.cpp
+===================================================================
+RCS file: /home/cvsroot/code/nel/src/net/base_socket.cpp,v
+retrieving revision 1.16
+diff -r1.16 base_socket.cpp
+40a41,42
+> #define __need_timeval
+> #include <bits/time.h>
+42c44
+< #include <netinet/tcp/h>
+---
+> #include <netinet/tcp.h>
+261c263
+< 	int saddrlen = sizeof(saddr);
+---
+> 	socklen_t saddrlen = sizeof(saddr);
+344c346
+< 	int saddrlen = sizeof(saddr);
+---
+> 	socklen_t saddrlen = sizeof(saddr);
+374c376
+<
+---
+>
+
+
+ + + + + + + + + + + + + + + + + +
+

+ -- cgit v1.2.1