diff options
author | reggie@big_geek. <> | 2006-05-08 15:15:05 -0500 |
---|---|---|
committer | reggie@big_geek. <> | 2006-05-08 15:15:05 -0500 |
commit | e815c4c9747c8643a48950bcc854170845c47628 (patch) | |
tree | 45e25c571bea2101f73fff090266209606f600ae /mysys/my_init.c | |
parent | 792f7383ac7432a284b4a2dcacfeaa66988d71ec (diff) | |
parent | 11d66e806836a1bb57b4709ca2b171a0c9dc9bd6 (diff) | |
download | mariadb-git-e815c4c9747c8643a48950bcc854170845c47628.tar.gz |
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into big_geek.:C:/Work/mysql/mysql-5.1
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index 4d7299c7cb1..be08f615253 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -181,7 +181,7 @@ Voluntary context switches %ld, Involuntary context switches %ld\n", rus.ru_msgsnd, rus.ru_msgrcv, rus.ru_nsignals, rus.ru_nvcsw, rus.ru_nivcsw); #endif -#if ( defined(MSDOS) || defined(__NETWARE__) ) && !defined(__WIN__) +#if defined(__NETWARE__) && !defined(__WIN__) fprintf(info_file,"\nRun time: %.1f\n",(double) clock()/CLOCKS_PER_SEC); #endif #if defined(SAFEMALLOC) |