This commit is contained in:
mycroft 2000-01-22 22:40:58 +00:00
parent e6076182eb
commit c26054b799
26 changed files with 78 additions and 79 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.4 1999/08/29 18:08:28 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.5 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.4 1999/08/29 18:08:28 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.5 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.4 1999/08/29 18:08:28 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/08/29 18:08:28 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:28 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:28 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.6 1999/08/29 18:08:29 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.7 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:29 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.7 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:29 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/08/29 18:08:29 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:29 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:29 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.6 1999/08/29 18:08:30 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.7 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:30 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.7 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:30 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.7 1999/08/29 18:08:30 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.8 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.7 1999/08/29 18:08:30 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.8 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.7 1999/08/29 18:08:30 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:44:59 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 18:08:30 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/08/29 23:01:40 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: sf_isinf.c,v 1.1.1.1 1999/09/16 12:18:26 takemura Exp $ */ /* $NetBSD: sf_isinf.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1996 Mark Brinicombe * Copyright (c) 1996 Mark Brinicombe
@ -38,8 +38,8 @@
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.8 1999/08/29 18:11:28 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.9 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.8 1999/08/29 18:11:28 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.9 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.8 1999/08/29 18:11:28 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1999/09/17 21:32:53 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 1999/09/17 21:32:53 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 1999/09/17 21:32:53 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.6 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.6 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.4 1999/08/29 18:08:31 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.5 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.4 1999/08/29 18:08:31 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.5 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.4 1999/08/29 18:08:31 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $ */ /* $NetBSD: isinf.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $"); __RCSID("$NetBSD: isinf.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $ */ /* $NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isnan.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isnan.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $"); __RCSID("$NetBSD: isnan.c,v 1.2 2000/01/22 22:45:00 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.1 2000/01/05 14:07:33 msaitoh Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.6 1999/08/29 18:08:31 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.7 2000/01/22 22:45:01 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:31 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.7 2000/01/22 22:45:01 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.6 1999/08/29 18:08:31 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.6 2000/01/22 22:45:01 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.6 2000/01/22 22:45:01 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.5 1999/08/29 18:08:31 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.4 1999/08/29 18:08:32 mycroft Exp $ */ /* $NetBSD: isinf.c,v 1.5 2000/01/22 22:45:01 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.4 1999/08/29 18:08:32 mycroft Exp $"); __RCSID("$NetBSD: isinf.c,v 1.5 2000/01/22 22:45:01 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isinf.c,v 1.4 1999/08/29 18:08:32 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.3 1999/08/29 18:08:32 mycroft Exp $ */ /* $NetBSD: isnan.c,v 1.4 2000/01/22 22:45:01 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isnan.c,v 1.3 1999/08/29 18:08:32 mycroft Exp $"); __RCSID("$NetBSD: isnan.c,v 1.4 2000/01/22 22:45:01 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -54,7 +54,7 @@ __RCSID("$NetBSD: isnan.c,v 1.3 1999/08/29 18:08:32 mycroft Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
#endif #endif
int int

View File

@ -1,4 +1,4 @@
/* $NetBSD: isinf.c,v 1.4 1998/10/13 14:43:38 kleink Exp $ */ /* $NetBSD: isinf.c,v 1.5 2000/01/22 22:45:01 mycroft Exp $ */
/*- /*-
* Copyright (c) 1991, 1993 * Copyright (c) 1991, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: isinf.c,v 1.4 1998/10/13 14:43:38 kleink Exp $"); __RCSID("$NetBSD: isinf.c,v 1.5 2000/01/22 22:45:01 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -46,8 +46,8 @@ __RCSID("$NetBSD: isinf.c,v 1.4 1998/10/13 14:43:38 kleink Exp $");
#include <math.h> #include <math.h>
#ifdef __weak_alias #ifdef __weak_alias
__weak_alias(isnan,_isnan); __weak_alias(isnan,_isnan)
__weak_alias(isinf,_isinf); __weak_alias(isinf,_isinf)
#endif #endif
/* ARGSUSED */ /* ARGSUSED */

View File

@ -1,4 +1,4 @@
/* $NetBSD: getnetgrent.c,v 1.27 2000/01/22 22:19:10 mycroft Exp $ */ /* $NetBSD: getnetgrent.c,v 1.28 2000/01/22 22:40:58 mycroft Exp $ */
/* /*
* Copyright (c) 1994 Christos Zoulas * Copyright (c) 1994 Christos Zoulas
@ -33,7 +33,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: getnetgrent.c,v 1.27 2000/01/22 22:19:10 mycroft Exp $"); __RCSID("$NetBSD: getnetgrent.c,v 1.28 2000/01/22 22:40:58 mycroft Exp $");
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include "namespace.h" #include "namespace.h"
@ -76,7 +76,6 @@ __weak_alias(setnetgrent,_setnetgrent)
#define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n') #define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n')
static const char _ngstar[] = "*"; static const char _ngstar[] = "*";
static const char _ngoomem[] = "netgroup: %m";
static struct netgroup *_nghead = (struct netgroup *)NULL; static struct netgroup *_nghead = (struct netgroup *)NULL;
static struct netgroup *_nglist = (struct netgroup *)NULL; static struct netgroup *_nglist = (struct netgroup *)NULL;
static DB *_ng_db; static DB *_ng_db;

View File

@ -1,4 +1,4 @@
/* $NetBSD: setmode.c,v 1.26 2000/01/22 22:19:12 mycroft Exp $ */ /* $NetBSD: setmode.c,v 1.27 2000/01/22 22:42:45 mycroft Exp $ */
/* /*
* Copyright (c) 1989, 1993, 1994 * Copyright (c) 1989, 1993, 1994
@ -41,7 +41,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94"; static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94";
#else #else
__RCSID("$NetBSD: setmode.c,v 1.26 2000/01/22 22:19:12 mycroft Exp $"); __RCSID("$NetBSD: setmode.c,v 1.27 2000/01/22 22:42:45 mycroft Exp $");
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
@ -178,7 +178,7 @@ common: if (set->cmd2 & CMD2_CLR) {
endset = newset + (setlen - 2); \ endset = newset + (setlen - 2); \
} \ } \
set = addcmd(set, (a), (b), (c), (d)); \ set = addcmd(set, (a), (b), (c), (d)); \
} while (0) } while (/*CONSTCOND*/0)
#define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) #define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vis.c,v 1.18 2000/01/22 22:19:13 mycroft Exp $ */ /* $NetBSD: vis.c,v 1.19 2000/01/22 22:42:45 mycroft Exp $ */
/*- /*-
* Copyright (c) 1999 The NetBSD Foundation, Inc. * Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#if !defined(lint) #if !defined(lint)
__RCSID("$NetBSD: vis.c,v 1.18 2000/01/22 22:19:13 mycroft Exp $"); __RCSID("$NetBSD: vis.c,v 1.19 2000/01/22 22:42:45 mycroft Exp $");
#endif /* not lint */ #endif /* not lint */
#include "namespace.h" #include "namespace.h"
@ -81,7 +81,7 @@ do { \
if (flag & VIS_NL) *pextra++ = '\n'; \ if (flag & VIS_NL) *pextra++ = '\n'; \
if ((flag & VIS_NOSLASH) == 0) *pextra++ = '\\'; \ if ((flag & VIS_NOSLASH) == 0) *pextra++ = '\\'; \
*pextra = '\0'; \ *pextra = '\0'; \
} while (0) } while (/*CONSTCOND*/0)
/* /*
* This is SVIS, the central macro of vis. * This is SVIS, the central macro of vis.
@ -157,7 +157,7 @@ do { \
*dst++ = '-'; *dst++ = c; \ *dst++ = '-'; *dst++ = c; \
} \ } \
} \ } \
} while(0) } while (/*CONSTCOND*/0)
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: profile.h,v 1.13 1999/09/28 09:57:35 enami Exp $ */ /* $NetBSD: profile.h,v 1.14 2000/01/22 22:46:56 mycroft Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -39,7 +39,7 @@
#ifdef __ELF__ #ifdef __ELF__
#define MCOUNT_ENTRY "__mcount" #define MCOUNT_ENTRY "__mcount"
#define MCOUNT_COMPAT __weak_alias(mcount, __mcount); #define MCOUNT_COMPAT __weak_alias(mcount, __mcount)
#else #else
#define MCOUNT_ENTRY "mcount" #define MCOUNT_ENTRY "mcount"
#define MCOUNT_COMPAT /* nothing */ #define MCOUNT_COMPAT /* nothing */