diff options
author | lenz@mysql.com <> | 2002-10-24 14:30:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-24 14:30:25 +0200 |
commit | 9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349 (patch) | |
tree | 2f40701031727d38957abb36f9e566d09b47ec9f /acconfig.h | |
parent | dd0e34274259a91cfd706cb6d8d3351fbf94b0d4 (diff) | |
download | mariadb-git-9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349.tar.gz |
- replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11)
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index f52c38b2fdc..4b4fde6bff6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -234,7 +234,7 @@ #undef SPRINTF_RETURNS_INT #undef SPRINTF_RETURNS_GARBAGE -/* Needed to get large file supportat HPUX 10.20 */ +/* Needed to get large file support on HPUX 10.20 */ #undef __STDC_EXT__ #undef STACK_DIRECTION |