Blame SOURCES/telnetd-0.17.diff

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