summaryrefslogtreecommitdiff
path: root/net/SSLtelnet/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/SSLtelnet/files/patch-af')
-rw-r--r--net/SSLtelnet/files/patch-af14
1 files changed, 12 insertions, 2 deletions
diff --git a/net/SSLtelnet/files/patch-af b/net/SSLtelnet/files/patch-af
index 64220971489e..7baffcbb1866 100644
--- a/net/SSLtelnet/files/patch-af
+++ b/net/SSLtelnet/files/patch-af
@@ -1,5 +1,14 @@
---- telnetd/sys_term.c.orig Sat Aug 2 14:37:00 1997
-+++ telnetd/sys_term.c Sat Oct 17 22:11:51 1998
+--- telnetd/sys_term.c.orig Sat Aug 2 01:37:00 1997
++++ telnetd/sys_term.c Sun Aug 6 16:15:37 2000
+@@ -167,7 +167,7 @@
+ struct termios termbuf, termbuf2; /* pty control structure */
+ #endif /* USE_TERMIO */
+
+-extern long time();
++extern time_t time();
+
+ #ifndef STDIN_FILENO
+ #define STDIN_FILENO fileno(stdin)
@@ -531,7 +531,7 @@
return(p);
#else
@@ -68,3 +77,4 @@
+ termbuf.c_iflag &= ~ISTRIP;
#endif
}
+