Blame SOURCES/telnetd-0.17.diff

e4a049
--- telnetd/telnetd.c	Thu Apr 13 00:36:12 2000
e4a049
+++ telnetd.new/telnetd.c	Sun Mar 11 03:10:43 2001
e4a049
@@ -44,7 +44,7 @@
e4a049
 #include "../version.h"
e4a049
 
e4a049
 #include <netdb.h>
e4a049
-#include <termcap.h>
e4a049
+#include <ncurses/termcap.h>
e4a049
 #include <netinet/in.h>
e4a049
 /* #include <netinet/ip.h> */ /* Don't think this is used at all here */
e4a049
 #include <arpa/inet.h>
e4a049
--- telnetd/defs.h	Mon Aug  2 06:14:03 1999
e4a049
+++ telnetd.new/defs.h	Sun Mar 11 03:28:13 2001
e4a049
@@ -56,6 +56,7 @@
e4a049
 #include <sys/file.h>
e4a049
 #include <sys/stat.h>
e4a049
 #include <sys/time.h>
e4a049
+#include <time.h>
e4a049
 #include <sys/ioctl.h>
e4a049
 #include <netinet/in.h>
e4a049
 #include <arpa/telnet.h>