diff options
Diffstat (limited to 'lib/libm/noieee_src/n_erf.c')
-rw-r--r-- | lib/libm/noieee_src/n_erf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/noieee_src/n_erf.c b/lib/libm/noieee_src/n_erf.c index 886e6d07262..09995049b61 100644 --- a/lib/libm/noieee_src/n_erf.c +++ b/lib/libm/noieee_src/n_erf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_erf.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_erf.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_erf.c,v 1.1 1995/10/10 23:36:43 ragge Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)erf.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include "math.h" #include "mathimpl.h" |