diff options
| author | mycroft <mycroft@NetBSD.org> | 1999-08-29 18:39:35 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1999-08-29 18:39:35 +0000 |
| commit | ea4b7338103d5907c5e4e2e983ea30f6b017aaa0 (patch) | |
| tree | b2fcf0e57e9300b6bc5621091025fa0f80621d2e /lib/libc | |
| parent | 6850b97bb364cb2091ddcd9061a040afeab919c0 (diff) | |
Trivial KNF.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/arch/alpha/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/arm32/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/i386/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/m68k/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/mips/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/ns32k/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/powerpc/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/sparc/gen/frexp.c | 5 | ||||
| -rw-r--r-- | lib/libc/arch/sparc64/gen/frexp.c | 5 |
9 files changed, 27 insertions, 18 deletions
diff --git a/lib/libc/arch/alpha/gen/frexp.c b/lib/libc/arch/alpha/gen/frexp.c index 264d3738097..0c453ea82b0 100644 --- a/lib/libc/arch/alpha/gen/frexp.c +++ b/lib/libc/arch/alpha/gen/frexp.c @@ -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 --git a/lib/libc/arch/arm32/gen/frexp.c b/lib/libc/arch/arm32/gen/frexp.c index 926bb521394..f6e6e970cd2 100644 --- a/lib/libc/arch/arm32/gen/frexp.c +++ b/lib/libc/arch/arm32/gen/frexp.c @@ -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 --git a/lib/libc/arch/i386/gen/frexp.c b/lib/libc/arch/i386/gen/frexp.c index de2ae7a78b1..a763ac72542 100644 --- a/lib/libc/arch/i386/gen/frexp.c +++ b/lib/libc/arch/i386/gen/frexp.c @@ -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 --git a/lib/libc/arch/m68k/gen/frexp.c b/lib/libc/arch/m68k/gen/frexp.c index 15c69ec4952..f870a38484c 100644 --- a/lib/libc/arch/m68k/gen/frexp.c +++ b/lib/libc/arch/m68k/gen/frexp.c @@ -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 --git a/lib/libc/arch/mips/gen/frexp.c b/lib/libc/arch/mips/gen/frexp.c index 15c69ec4952..d6d4174eb63 100644 --- a/lib/libc/arch/mips/gen/frexp.c +++ b/lib/libc/arch/mips/gen/frexp.c @@ -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 --git a/lib/libc/arch/ns32k/gen/frexp.c b/lib/libc/arch/ns32k/gen/frexp.c index 3ce2393fc0d..ccfd0e7d5e6 100644 --- a/lib/libc/arch/ns32k/gen/frexp.c +++ b/lib/libc/arch/ns32k/gen/frexp.c @@ -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 --git a/lib/libc/arch/powerpc/gen/frexp.c b/lib/libc/arch/powerpc/gen/frexp.c index 4763c27335d..032d36eee37 100644 --- a/lib/libc/arch/powerpc/gen/frexp.c +++ b/lib/libc/arch/powerpc/gen/frexp.c @@ -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 --git a/lib/libc/arch/sparc/gen/frexp.c b/lib/libc/arch/sparc/gen/frexp.c index fe6c0639756..032d36eee37 100644 --- a/lib/libc/arch/sparc/gen/frexp.c +++ b/lib/libc/arch/sparc/gen/frexp.c @@ -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 --git a/lib/libc/arch/sparc64/gen/frexp.c b/lib/libc/arch/sparc64/gen/frexp.c index c39c9397ca5..032d36eee37 100644 --- a/lib/libc/arch/sparc64/gen/frexp.c +++ b/lib/libc/arch/sparc64/gen/frexp.c @@ -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 */ |
