diff options
author | unknown <heikki@donna.mysql.fi> | 2001-02-28 21:03:37 +0200 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-02-28 21:03:37 +0200 |
commit | 11dd18c3ff2501b6c1f039c2f509e0485ff11861 (patch) | |
tree | 9eacd91cf4eff5e249edd53557fc3da79f2f62aa /innobase | |
parent | 0dabf61710ea01663b45f4fed8153a671e6e4523 (diff) | |
download | mariadb-git-11dd18c3ff2501b6c1f039c2f509e0485ff11861.tar.gz |
os0file.h Removed a typo in os0file.h
innobase/include/os0file.h:
Removed a typo in os0file.h
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/os0file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h index 6ec8c69594a..0960cf32105 100644 --- a/innobase/include/os0file.h +++ b/innobase/include/os0file.h @@ -29,7 +29,6 @@ Created 10/21/1995 Heikki Tuuri #endif #ifndef S_IRUSR -#define #define S_IRUSR 00400 #define S_IWUSR 00200 #define S_IRGRP 00040 |