aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2000-November/000020.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2000-November/000020.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'pipermail/nel/2000-November/000020.html')
-rw-r--r--pipermail/nel/2000-November/000020.html97
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
+&lt; SUBDIRS= include src lib doc
+---
+&gt;<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
+&gt;<i> #define __need_timeval
+</I>&gt;<i> #include &lt;bits/time.h&gt;
+</I>42c44
+&lt; #include &lt;netinet/tcp/h&gt;
+---
+&gt;<i> #include &lt;netinet/tcp.h&gt;
+</I>261c263
+&lt; int saddrlen = sizeof(saddr);
+---
+&gt;<i> socklen_t saddrlen = sizeof(saddr);
+</I>344c346
+&lt; int saddrlen = sizeof(saddr);
+---
+&gt;<i> socklen_t saddrlen = sizeof(saddr);
+</I>374c376
+&lt;
+---
+&gt;<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>