diff options
author | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
commit | ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe (patch) | |
tree | 0016808c56b0545d9e84a1650e620b6bf9dc516b /mysys/my_static.c | |
parent | 36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff) | |
download | mariadb-git-ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe.tar.gz |
Another long patch to remove the rest of the OS2 support.
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r-- | mysys/my_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c index 17094548dbd..4f3e2078a5d 100644 --- a/mysys/my_static.c +++ b/mysys/my_static.c @@ -19,7 +19,7 @@ a shared library */ -#if !defined(stdin) || defined(OS2) +#if !defined(stdin) #include "mysys_priv.h" #include "my_static.h" #include "my_alarm.h" |