FreeBSD Bugzilla – Attachment 76599 Details for
Bug 110386
net/openldap*: Use <termios.h> when available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 602 bytes, created by
Ed Schouten
on 2007-03-16 13:00:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ed Schouten
Created:
2007-03-16 13:00:26 UTC
Size:
602 bytes
patch
obsolete
>--- include/ac/termios.h Tue Jan 2 22:43:47 2007 >+++ include/ac/termios.h Fri Mar 16 13:48:00 2007 >@@ -17,7 +17,7 @@ > #ifndef _AC_TERMIOS_H > #define _AC_TERMIOS_H > >-#ifdef HAVE_POSIX_TERMIOS >+#ifdef HAVE_TERMIOS_H > #include <termios.h> > > #ifdef GCWINSZ_IN_SYS_IOCTL >--- libraries/liblutil/getpass.c Tue Jan 2 22:43:52 2007 >+++ libraries/liblutil/getpass.c Fri Mar 16 13:47:52 2007 >@@ -60,7 +60,7 @@ > char * > lutil_getpass( const char *prompt ) > { >-#if !defined(HAVE_POSIX_TERMIOS) && !defined(HAVE_SGTTY_H) >+#if !defined(HAVE_TERMIOS_H) && !defined(HAVE_SGTTY_H) > static char buf[256]; > int i, c;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 110386
: 76599