diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2000-November/000020.html | 97 |
1 files changed, 97 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Some Linux patches</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:stefan.nilsen%40telia.com"> + <LINK REL="Previous" HREF="000030.html"> + <LINK REL="Next" HREF="000024.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Some Linux patches</H1> + <B>Stefan Nilsen</B> + <A HREF="mailto:stefan.nilsen%40telia.com" + TITLE="[Nel] Some Linux patches">stefan.nilsen@telia.com</A><BR> + <I>Sun, 12 Nov 2000 14:04:22 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000030.html">[Nel] my last email :)</A></li> + <LI> Next message: <A HREF="000024.html">[Nel] Linux build</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20">[ date ]</a> + <a href="thread.html#20">[ thread ]</a> + <a href="subject.html#20">[ subject ]</a> + <a href="author.html#20">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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 +--- +><i> SUBDIRS= src doc +</I>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 +><i> #define __need_timeval +</I>><i> #include <bits/time.h> +</I>42c44 +< #include <netinet/tcp/h> +--- +><i> #include <netinet/tcp.h> +</I>261c263 +< int saddrlen = sizeof(saddr); +--- +><i> socklen_t saddrlen = sizeof(saddr); +</I>344c346 +< int saddrlen = sizeof(saddr); +--- +><i> socklen_t saddrlen = sizeof(saddr); +</I>374c376 +< +--- +><i> +</I> +</pre> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000030.html">[Nel] my last email :)</A></li> + <LI> Next message: <A HREF="000024.html">[Nel] Linux build</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20">[ date ]</a> + <a href="thread.html#20">[ thread ]</a> + <a href="subject.html#20">[ subject ]</a> + <a href="author.html#20">[ author ]</a> + </LI> + </UL> +</body></html> |