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:
parent
d71bdbef67
commit
d3969da2f9
@ -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 (). */
|
||||
|
Loading…
x
Reference in New Issue
Block a user