public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] elkscmd: trivial patch to fix inet build
@ 2004-06-09 14:49 claudio
  2004-06-09 14:56 ` ** Applied ** " Miguel Bolanos
  0 siblings, 1 reply; 2+ messages in thread
From: claudio @ 2004-06-09 14:49 UTC (permalink / raw)
  To: linux-8086

[-- Attachment #1: Type: TEXT/PLAIN, Size: 120 bytes --]


Trivial patch to build stuff in elkscmd/inet.

 ttn.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)



[-- Attachment #2: Type: TEXT/PLAIN, Size: 785 bytes --]

? httpd/httpd
? nettools/netstat
? telnet/telnet
? urlget/urlget
Index: telnet/ttn.c
===================================================================
RCS file: /cvsroot/elks/elkscmd/inet/telnet/ttn.c,v
retrieving revision 1.3
diff -u -r1.3 ttn.c
--- telnet/ttn.c	21 Nov 2001 10:01:59 -0000	1.3
+++ telnet/ttn.c	9 Jun 2004 14:38:49 -0000
@@ -21,20 +21,21 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+
 #ifndef __LINUX__
 #include <linuxmt/in.h>
 #include <linuxmt/net.h>
 #include <linuxmt/time.h>
 #include "../httpd/mylib.h"
 
-#define assert(a)
+/*#define assert(a)*/
 #else
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 #include "ttn.h"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-09 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-09 14:49 [PATCH] elkscmd: trivial patch to fix inet build claudio
2004-06-09 14:56 ` ** Applied ** " Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox