Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8a4f218c
Commit
8a4f218c
authored
Sep 23, 2007
by
Howard Chu
Browse files
ITS#4880 from HEAD
parent
971d9ba2
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ac/termios.h
View file @
8a4f218c
...
...
@@ -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
View file @
8a4f218c
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment