Cross Reference: solaris-004.snprintf.c.patch
xref
: /
solaris-userland
/
components
/
bash
/
patches
/
solaris-004.snprintf.c.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5516
N/A
# We need to include <
math.h
> for bash's own implementation
5516
N/A
# of snprintf.
5516
N/A
# Solaris-specific patch. Not for upstream.
1303
N/A
---
lib/sh/snprintf.c
2010-05-30 15:34:52.000000000 -0700
1303
N/A
+++
lib/sh/snprintf.c
2011-11-29 09:31:46.751983149 -0800
1303
N/A
@@ -120,6 +120,8 @@
110
N/A
# include <
locale.h
>
110
N/A
#endif
110
N/A
110
N/A
+#include <
math.h
>
110
N/A
+
110
N/A
#include "
stdc.h
"
110
N/A
#include <
shmbutil.h
>
110
N/A