rcsid facism, WARNSify

This commit is contained in:
lukem 1997-10-09 11:33:05 +00:00
parent c0ce02a936
commit 41f0dee6a6
23 changed files with 46 additions and 23 deletions

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_nextafter.c,v 1.8 1995/05/10 20:47:58 jtc Exp $";
__RCSID("$NetBSD: s_nextafter.c,v 1.9 1997/10/09 11:33:05 lukem Exp $");
#endif
/* IEEE functions

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_nextafterf.c,v 1.4 1995/05/10 20:48:01 jtc Exp $";
__RCSID("$NetBSD: s_nextafterf.c,v 1.5 1997/10/09 11:33:08 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_rint.c,v 1.8 1995/05/10 20:48:04 jtc Exp $";
__RCSID("$NetBSD: s_rint.c,v 1.9 1997/10/09 11:33:10 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_rintf.c,v 1.4 1995/05/10 20:48:06 jtc Exp $";
__RCSID("$NetBSD: s_rintf.c,v 1.5 1997/10/09 11:33:13 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_scalbn.c,v 1.8 1995/05/10 20:48:08 jtc Exp $";
__RCSID("$NetBSD: s_scalbn.c,v 1.9 1997/10/09 11:33:15 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_scalbnf.c,v 1.4 1995/05/10 20:48:10 jtc Exp $";
__RCSID("$NetBSD: s_scalbnf.c,v 1.5 1997/10/09 11:33:19 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Exp $";
__RCSID("$NetBSD: s_significand.c,v 1.7 1997/10/09 11:33:22 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc Exp $";
__RCSID("$NetBSD: s_significandf.c,v 1.4 1997/10/09 11:33:25 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_sin.c,v 1.7 1995/05/10 20:48:15 jtc Exp $";
__RCSID("$NetBSD: s_sin.c,v 1.8 1997/10/09 11:33:29 lukem Exp $");
#endif
/* sin(x)

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_sinf.c,v 1.4 1995/05/10 20:48:16 jtc Exp $";
__RCSID("$NetBSD: s_sinf.c,v 1.5 1997/10/09 11:33:32 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_tan.c,v 1.7 1995/05/10 20:48:18 jtc Exp $";
__RCSID("$NetBSD: s_tan.c,v 1.8 1997/10/09 11:33:35 lukem Exp $");
#endif
/* tan(x)

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_tanf.c,v 1.4 1995/05/10 20:48:20 jtc Exp $";
__RCSID("$NetBSD: s_tanf.c,v 1.5 1997/10/09 11:33:38 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_tanh.c,v 1.7 1995/05/10 20:48:22 jtc Exp $";
__RCSID("$NetBSD: s_tanh.c,v 1.8 1997/10/09 11:33:41 lukem Exp $");
#endif
/* Tanh(x)

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_tanhf.c,v 1.4 1995/05/10 20:48:24 jtc Exp $";
__RCSID("$NetBSD: s_tanhf.c,v 1.5 1997/10/09 11:33:43 lukem Exp $");
#endif
#include "math.h"

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $";
__RCSID("$NetBSD: w_acos.c,v 1.7 1997/10/09 11:33:47 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $";
__RCSID("$NetBSD: w_acosf.c,v 1.4 1997/10/09 11:33:50 lukem Exp $");
#endif
/*

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $";
__RCSID("$NetBSD: w_acosh.c,v 1.7 1997/10/09 11:33:53 lukem Exp $");
#endif
/*

View File

@ -14,8 +14,9 @@
*
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $";
__RCSID("$NetBSD: w_acoshf.c,v 1.4 1997/10/09 11:33:58 lukem Exp $");
#endif
/*

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $";
__RCSID("$NetBSD: w_asin.c,v 1.7 1997/10/09 11:34:01 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $";
__RCSID("$NetBSD: w_asinf.c,v 1.4 1997/10/09 11:34:04 lukem Exp $");
#endif
/*

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $";
__RCSID("$NetBSD: w_atan2.c,v 1.7 1997/10/09 11:34:07 lukem Exp $");
#endif
/*

View File

@ -13,8 +13,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $";
__RCSID("$NetBSD: w_atan2f.c,v 1.4 1997/10/09 11:34:10 lukem Exp $");
#endif
/*

View File

@ -10,8 +10,9 @@
* ====================================================
*/
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $";
__RCSID("$NetBSD: w_atanh.c,v 1.7 1997/10/09 11:34:12 lukem Exp $");
#endif
/*