Module Name: src
Committed By: christos
Date: Sat Oct 11 00:43:51 UTC 2014
Modified Files:
src/lib/libm/complex: csqrtl.c
Log Message:
namespace protection
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/complex/csqrtl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/complex/csqrtl.c
diff -u src/lib/libm/complex/csqrtl.c:1.1 src/lib/libm/complex/csqrtl.c:1.2
--- src/lib/libm/complex/csqrtl.c:1.1 Thu Oct 9 20:48:18 2014
+++ src/lib/libm/complex/csqrtl.c Fri Oct 10 20:43:51 2014
@@ -28,9 +28,10 @@
#if 0
__FBSDID("$FreeBSD: head/lib/msun/src/s_csqrtl.c 181402 2008-08-08 00:15:16Z das $");
#else
-__RCSID("$NetBSD: csqrtl.c,v 1.1 2014/10/10 00:48:18 christos Exp $");
+__RCSID("$NetBSD: csqrtl.c,v 1.2 2014/10/11 00:43:51 christos Exp $");
#endif
+#include "../src/namespace.h"
#include <complex.h>
#include <float.h>
#include <math.h>