mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Changed to use the correct "__sun" and "__hpux" predefined
preprocessor symbols in libedit
This commit is contained in:
parent
e66ad2e8c6
commit
1d4e64ea07
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ typedef KEYMAP_ENTRY *Keymap;
|
|||
|
||||
#ifndef CTRL
|
||||
#include <sys/ioctl.h>
|
||||
#if !defined(__sun__) && !defined(__hpux__)
|
||||
#if !defined(__sun) && !defined(__hpux)
|
||||
#include <sys/ttydefaults.h>
|
||||
#endif
|
||||
#ifndef CTRL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue