Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch Trivial KNF.



details:   https://anonhg.NetBSD.org/src/rev/7846eaf069ee
branches:  trunk
changeset: 475906:7846eaf069ee
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Aug 29 18:39:35 1999 +0000

description:
Trivial KNF.

diffstat:

 lib/libc/arch/alpha/gen/frexp.c   |  5 +++--
 lib/libc/arch/arm32/gen/frexp.c   |  5 +++--
 lib/libc/arch/i386/gen/frexp.c    |  5 +++--
 lib/libc/arch/m68k/gen/frexp.c    |  5 +++--
 lib/libc/arch/mips/gen/frexp.c    |  5 +++--
 lib/libc/arch/ns32k/gen/frexp.c   |  5 +++--
 lib/libc/arch/powerpc/gen/frexp.c |  5 +++--
 lib/libc/arch/sparc/gen/frexp.c   |  5 +++--
 lib/libc/arch/sparc64/gen/frexp.c |  5 +++--
 9 files changed, 27 insertions(+), 18 deletions(-)

diffs (171 lines):

diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/alpha/gen/frexp.c
--- a/lib/libc/arch/alpha/gen/frexp.c   Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/alpha/gen/frexp.c   Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:14 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:35 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:14 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:35 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/arm32/gen/frexp.c
--- a/lib/libc/arch/arm32/gen/frexp.c   Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/arm32/gen/frexp.c   Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.6 1999/08/29 18:30:16 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.7 1999/08/29 18:39:36 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:30:16 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.7 1999/08/29 18:39:36 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/i386/gen/frexp.c
--- a/lib/libc/arch/i386/gen/frexp.c    Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/i386/gen/frexp.c    Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.4 1999/08/29 18:30:16 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.5 1999/08/29 18:39:36 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:30:16 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:39:36 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/m68k/gen/frexp.c
--- a/lib/libc/arch/m68k/gen/frexp.c    Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/m68k/gen/frexp.c    Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.6 1999/08/29 18:39:36 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:39:36 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/mips/gen/frexp.c
--- a/lib/libc/arch/mips/gen/frexp.c    Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/mips/gen/frexp.c    Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.6 1999/08/29 18:39:37 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:39:37 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/ns32k/gen/frexp.c
--- a/lib/libc/arch/ns32k/gen/frexp.c   Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/ns32k/gen/frexp.c   Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.1 1999/08/29 18:32:36 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.2 1999/08/29 18:39:37 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.1 1999/08/29 18:32:36 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.2 1999/08/29 18:39:37 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/powerpc/gen/frexp.c
--- a/lib/libc/arch/powerpc/gen/frexp.c Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/powerpc/gen/frexp.c Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:16 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:16 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/sparc/gen/frexp.c
--- a/lib/libc/arch/sparc/gen/frexp.c   Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/sparc/gen/frexp.c   Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.3 1999/03/10 08:15:44 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.3 1999/03/10 08:15:44 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
diff -r 115a89b2be6f -r 7846eaf069ee lib/libc/arch/sparc64/gen/frexp.c
--- a/lib/libc/arch/sparc64/gen/frexp.c Sun Aug 29 18:35:51 1999 +0000
+++ b/lib/libc/arch/sparc64/gen/frexp.c Sun Aug 29 18:39:35 1999 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:17 mycroft Exp $        */
+/*     $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $        */
+
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -43,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)frexp.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:17 mycroft Exp $");
+__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 



Home | Main Index | Thread Index | Old Index