1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

correction for compiling under FreeBSD

This commit is contained in:
unknown 2002-11-27 16:14:55 +04:00
parent d71bdbef67
commit d3969da2f9

View File

@ -84,8 +84,8 @@ static int tcap_initialized;
# if defined (__EMX__) || defined (NEED_EXTERN_PC)
extern
# endif /* __EMX__ || NEED_EXTERN_PC */
const char PC;
const char *BC, *UP;
char PC;
char *BC, *UP;
#endif /* __linux__ */
/* Some strings to control terminal actions. These are output by tputs (). */