mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 16:00:55 -04:00
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
$NetBSD: patch-ah,v 1.1 2000/09/24 15:35:06 hubertf Exp $
|
|
|
|
--- telnet/telnetd/sys_term.c.orig Sun Sep 24 11:23:05 2000
|
|
+++ telnet/telnetd/sys_term.c
|
|
@@ -1401,7 +1401,7 @@
|
|
char *autoname;
|
|
{
|
|
register int i;
|
|
-#if defined(OSF) || defined(ultrix) || defined(__hpux)
|
|
+#if defined(OSF) || defined(ultrix) || defined(__hpux) || defined(__NetBSD__)
|
|
time_t time();
|
|
#else
|
|
long time();
|