summaryrefslogtreecommitdiff
path: root/lib/libm/noieee_src/n_atan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/noieee_src/n_atan2.c')
-rw-r--r--lib/libm/noieee_src/n_atan2.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/noieee_src/n_atan2.c b/lib/libm/noieee_src/n_atan2.c
index 201814f4b97..c7d31f9febb 100644
--- a/lib/libm/noieee_src/n_atan2.c
+++ b/lib/libm/noieee_src/n_atan2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: n_atan2.c,v 1.12 2009/04/11 20:03:21 martynas Exp $ */
+/* $OpenBSD: n_atan2.c,v 1.13 2009/10/27 23:59:29 deraadt Exp $ */
/* $NetBSD: n_atan2.c,v 1.1 1995/10/10 23:36:37 ragge Exp $ */
/*
* Copyright (c) 1985, 1993
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)atan2.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
/* ATAN2(Y,X)
* RETURN ARG (X+iY)
* DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS)