Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sparc64/gen convert to ANSI C definitions.



details:   https://anonhg.NetBSD.org/src/rev/6206b20f9fa1
branches:  trunk
changeset: 790952:6206b20f9fa1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 28 01:06:36 2013 +0000

description:
convert to ANSI C definitions.

diffstat:

 lib/libc/arch/sparc64/gen/fpsetmask.c   |  7 +++----
 lib/libc/arch/sparc64/gen/fpsetround.c  |  7 +++----
 lib/libc/arch/sparc64/gen/fpsetsticky.c |  7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (84 lines):

diff -r f7d5865c170a -r 6206b20f9fa1 lib/libc/arch/sparc64/gen/fpsetmask.c
--- a/lib/libc/arch/sparc64/gen/fpsetmask.c     Sun Oct 27 20:25:45 2013 +0000
+++ b/lib/libc/arch/sparc64/gen/fpsetmask.c     Mon Oct 28 01:06:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpsetmask.c,v 1.6 2012/03/17 21:35:06 martin Exp $     */
+/*     $NetBSD: fpsetmask.c,v 1.7 2013/10/28 01:06:36 mrg Exp $        */
 
 /*
  * Written by J.T. Conklin, Apr 10, 1995
@@ -7,7 +7,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetmask.c,v 1.6 2012/03/17 21:35:06 martin Exp $");
+__RCSID("$NetBSD: fpsetmask.c,v 1.7 2013/10/28 01:06:36 mrg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -24,8 +24,7 @@
 #endif
 
 fp_except
-fpsetmask(mask)
-       fp_except mask;
+fpsetmask(fp_except mask)
 {
        fp_except old;
        fp_except new;
diff -r f7d5865c170a -r 6206b20f9fa1 lib/libc/arch/sparc64/gen/fpsetround.c
--- a/lib/libc/arch/sparc64/gen/fpsetround.c    Sun Oct 27 20:25:45 2013 +0000
+++ b/lib/libc/arch/sparc64/gen/fpsetround.c    Mon Oct 28 01:06:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpsetround.c,v 1.6 2013/02/15 09:25:03 martin Exp $    */
+/*     $NetBSD: fpsetround.c,v 1.7 2013/10/28 01:06:36 mrg Exp $       */
 
 /*
  * Written by J.T. Conklin, Apr 10, 1995
@@ -7,7 +7,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetround.c,v 1.6 2013/02/15 09:25:03 martin Exp $");
+__RCSID("$NetBSD: fpsetround.c,v 1.7 2013/10/28 01:06:36 mrg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -20,8 +20,7 @@
 #endif
 
 fp_rnd
-fpsetround(rnd_dir)
-       fp_rnd rnd_dir;
+fpsetround(fp_rnd rnd_dir)
 {
        fp_rnd old;
        fp_rnd new;
diff -r f7d5865c170a -r 6206b20f9fa1 lib/libc/arch/sparc64/gen/fpsetsticky.c
--- a/lib/libc/arch/sparc64/gen/fpsetsticky.c   Sun Oct 27 20:25:45 2013 +0000
+++ b/lib/libc/arch/sparc64/gen/fpsetsticky.c   Mon Oct 28 01:06:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpsetsticky.c,v 1.6 2012/03/17 21:35:06 martin Exp $   */
+/*     $NetBSD: fpsetsticky.c,v 1.7 2013/10/28 01:06:36 mrg Exp $      */
 
 /*
  * Written by J.T. Conklin, Apr 10, 1995
@@ -7,7 +7,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetsticky.c,v 1.6 2012/03/17 21:35:06 martin Exp $");
+__RCSID("$NetBSD: fpsetsticky.c,v 1.7 2013/10/28 01:06:36 mrg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -24,8 +24,7 @@
 #endif
 
 fp_except
-fpsetsticky(sticky)
-       fp_except sticky;
+fpsetsticky(fp_except sticky)
 {
        fp_except old;
        fp_except new;



Home | Main Index | Thread Index | Old Index