diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-02-08 19:49:40 +0200 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-02-08 19:49:40 +0200 |
commit | ffe417fddeb68274166153a357d9d534675d1823 (patch) | |
tree | 4338fea9b6b3d68a483f4423cc725a68305a2900 /include/help_start.h | |
parent | 30e89d0a48a7bf875b485f8b5987a5ef1bc4bf56 (diff) | |
download | mariadb-git-ffe417fddeb68274166153a357d9d534675d1823.tar.gz |
Applied a patch for Netware.
Diffstat (limited to 'include/help_start.h')
-rw-r--r-- | include/help_start.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/help_start.h b/include/help_start.h index 38bb91f7655..7ffde1ab803 100644 --- a/include/help_start.h +++ b/include/help_start.h @@ -4,4 +4,6 @@ #define printf consoleprintf #define puts(s) consoleprintf("%s\n",s) #define fputs(s,f) puts(s) +#define fputc(s,f) consoleprintf("%c", s) +#define putchar(s) consoleprintf("%c", s) #endif |