Fix RCSID's

Add missing math.h include
This commit is contained in:
christos 1997-07-13 18:41:38 +00:00
parent 89ce8a631d
commit f6ff6c08f8
3 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: ldexp.c,v 1.2 1997/07/13 18:41:59 christos Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.
@ -35,13 +37,18 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp
* $Id: ldexp.c,v 1.1 1997/03/29 20:55:57 thorpej Exp $
*/ */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
#if 0
static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: ldexp.c,v 1.2 1997/07/13 18:41:59 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include <math.h>
#include <sys/types.h> #include <sys/types.h>
#include <machine/ieee.h> #include <machine/ieee.h>
#include <errno.h> #include <errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isnan.c,v 1.1 1997/03/29 20:55:57 thorpej Exp $ */ /* $NetBSD: isnan.c,v 1.2 1997/07/13 18:41:38 christos Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -39,12 +39,18 @@
* from: Header: isnan.c,v 1.1 91/07/08 19:03:34 torek Exp * from: Header: isnan.c,v 1.1 91/07/08 19:03:34 torek Exp
*/ */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
#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
__RCSID("$NetBSD: isnan.c,v 1.2 1997/07/13 18:41:38 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <machine/ieee.h> #include <machine/ieee.h>
#include <math.h>
int int
isnan(d) isnan(d)

View File

@ -1,3 +1,5 @@
/* $NetBSD: ldexp.c,v 1.2 1997/07/13 18:41:59 christos Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.
@ -35,13 +37,18 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp
* $Id: ldexp.c,v 1.1 1997/03/29 20:55:57 thorpej Exp $
*/ */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
#if 0
static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: ldexp.c,v 1.2 1997/07/13 18:41:59 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include <math.h>
#include <sys/types.h> #include <sys/types.h>
#include <machine/ieee.h> #include <machine/ieee.h>
#include <errno.h> #include <errno.h>