diff options
author | msvensson@neptunus.(none) <> | 2006-06-10 20:33:50 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-06-10 20:33:50 +0200 |
commit | 2c538f6cde576b8b42ad3671b627434365f2afea (patch) | |
tree | a19132f98ae7c58aa6233f7efa53dcbe6b4d2cdc /mysys/my_lib.c | |
parent | a94ad6a2e3bc6c3fa577e7ebe301ec28f9f1e5f9 (diff) | |
parent | 0e9798d3d2b1b59c7e88a660d191982ecf9f1e68 (diff) | |
download | mariadb-git-2c538f6cde576b8b42ad3671b627434365f2afea.tar.gz |
Merge bk-internal:/home/bk/mysql-5.1
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
Diffstat (limited to 'mysys/my_lib.c')
-rw-r--r-- | mysys/my_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_lib.c b/mysys/my_lib.c index 42c57e9d3c4..4ed44b0573f 100644 --- a/mysys/my_lib.c +++ b/mysys/my_lib.c @@ -17,7 +17,6 @@ /* TODO: check for overun of memory for names. */ /* Convert MSDOS-TIME to standar time_t (still needed?) */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <m_string.h> #include <my_dir.h> /* Structs used by my_dir,includes sys/types */ |