diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-18 22:47:32 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-18 22:47:32 +0530 |
commit | fd955448c86018539e1e46a7390273dff11f0291 (patch) | |
tree | ba3c49f044dce451295e1b55a949a1f5c32ce025 /cmd-line-utils/libedit/np/strlcpy.c | |
parent | d96c25a79013eae662d1c0f5f43782126b24e696 (diff) | |
download | mariadb-git-fd955448c86018539e1e46a7390273dff11f0291.tar.gz |
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.
Diffstat (limited to 'cmd-line-utils/libedit/np/strlcpy.c')
-rw-r--r-- | cmd-line-utils/libedit/np/strlcpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-line-utils/libedit/np/strlcpy.c b/cmd-line-utils/libedit/np/strlcpy.c index 533dbee70d4..ccbe6812dfc 100644 --- a/cmd-line-utils/libedit/np/strlcpy.c +++ b/cmd-line-utils/libedit/np/strlcpy.c @@ -24,7 +24,6 @@ #include "config.h" #endif -#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #endif /* LIBC_SCCS and not lint */ |