diff options
author | brian@zim.(none) <> | 2006-04-15 18:17:32 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-15 18:17:32 -0700 |
commit | 5d1d27c0165c151fd73163fa7d9bce353d6f9687 (patch) | |
tree | 4deb7a54227f30d8a5d4b647405eb100c0f8ab28 /sql/hostname.cc | |
parent | 53dce52086e38375f73bde3c5936ba381dc0c435 (diff) | |
download | mariadb-git-5d1d27c0165c151fd73163fa7d9bce353d6f9687.tar.gz |
Final patch to remove the last of the OS2 support.
Diffstat (limited to 'sql/hostname.cc')
-rw-r--r-- | sql/hostname.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/hostname.cc b/sql/hostname.cc index c5c337080cf..52c4107372f 100644 --- a/sql/hostname.cc +++ b/sql/hostname.cc @@ -26,7 +26,7 @@ #ifdef __cplusplus extern "C" { // Because of SCO 3.2V4.2 #endif -#if !defined( __WIN__) && !defined(OS2) +#if !defined( __WIN__) #ifdef HAVE_SYS_UN_H #include <sys/un.h> #endif |