1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#13102538 : COMPILE ERROR ON SOLARIS WHEN COMPILING

WITH LIBEDIT

Libedit won't build on platforms that do not provide
"sys/cdefs.h".

Removed the inclusion of cdefs.h from all files
other that sys.h, which includes this file only
when the header is found while configuring.
This commit is contained in:
Nirbhay Choubey
2011-10-18 22:47:32 +05:30
parent d96c25a790
commit fd955448c8
5 changed files with 0 additions and 5 deletions

View File

@ -31,7 +31,6 @@
#include "config.h"
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";