Module Name: src
Committed By: abs
Date: Fri Jun 8 11:13:33 UTC 2012
Modified Files:
src/lib/libm/noieee_src: n_gamma.c
Log Message:
ANSI prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/noieee_src/n_gamma.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/noieee_src/n_gamma.c
diff -u src/lib/libm/noieee_src/n_gamma.c:1.7 src/lib/libm/noieee_src/n_gamma.c:1.8
--- src/lib/libm/noieee_src/n_gamma.c:1.7 Wed Nov 2 02:34:56 2011
+++ src/lib/libm/noieee_src/n_gamma.c Fri Jun 8 11:13:33 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: n_gamma.c,v 1.7 2011/11/02 02:34:56 christos Exp $ */
+/* $NetBSD: n_gamma.c,v 1.8 2012/06/08 11:13:33 abs Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -135,8 +135,7 @@ static int endian;
#endif
double
-gamma(x)
- double x;
+gamma(double x)
{
double b;
struct Double u;