diff options
author | Stef Walter <stef@thewalter.net> | 2004-04-07 20:13:04 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2004-04-07 20:13:04 +0000 |
commit | a367e18f1faa1b3b60249f82f18bfbd85669603f (patch) | |
tree | 39262d368da7f8698bb9315c31ebda12db0fa57a /common | |
parent | 58523416357dd391c7db7cec6d96a36ce29adece (diff) |
Linux port
Diffstat (limited to 'common')
-rw-r--r-- | common/compat.h | 4 | ||||
-rw-r--r-- | common/usuals.h | 2 | ||||
-rw-r--r-- | common/xstring.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/common/compat.h b/common/compat.h index 09934db..2d16cc4 100644 --- a/common/compat.h +++ b/common/compat.h @@ -66,7 +66,7 @@ #endif #ifndef HAVE_TOLOWER -int tolower(int c); +int tolower(int ch); #endif #ifndef HAVE_STRDUP @@ -174,4 +174,4 @@ void vwarnx(const char *fmt, va_list ap); void* reallocf(void* ptr, size_t size); #endif -#endif
\ No newline at end of file +#endif diff --git a/common/usuals.h b/common/usuals.h index 7317f99..e263e74 100644 --- a/common/usuals.h +++ b/common/usuals.h @@ -58,4 +58,4 @@ #endif -#endif //__USUALS_H__20000613
\ No newline at end of file +#endif //__USUALS_H__20000613 diff --git a/common/xstring.h b/common/xstring.h index 3be4116..aff2d1f 100644 --- a/common/xstring.h +++ b/common/xstring.h @@ -67,4 +67,4 @@ const char* starnext(const char* prev); -#endif //__XSTRING_H__
\ No newline at end of file +#endif //__XSTRING_H__ |