mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
c7159045d6
and certification mechanism. PR: ports/6182 Submitted by: Issei Suzuki <issei@t-cnet.or.jp
12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
--- ../../SSLtelnet-0.11/lib/libbsd/getpass.c Sat Jun 15 18:28:30 1996
|
|
+++ ./lib/libbsd/getpass.c Sun Mar 29 14:30:01 1998
|
|
@@ -6,7 +6,7 @@
|
|
|
|
#define TTY "/dev/tty"
|
|
|
|
-#if !defined(HPUX) && !defined(__bsdi__)
|
|
+#if !defined(HPUX) && !defined(__bsdi__) && !defined(__FreeBSD__)
|
|
|
|
/* under HPUX use the "system" supplied routine as I cannot
|
|
* be bothered to "port" this code at the moment --tjh
|