Fix SCM ID's.

This commit is contained in:
David E. O'Brien 2002-03-21 18:06:09 +00:00
parent 5ff65b6cf3
commit 84c63a156a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92887
3 changed files with 7 additions and 9 deletions

View File

@ -31,12 +31,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* EXP(X)
* RETURN THE EXPONENTIAL OF X

View File

@ -31,12 +31,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93";
#endif /* not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <math.h>
#include <errno.h>

View File

@ -31,12 +31,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* This code by P. McIlroy, Oct 1992;