diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
commit | 2fdb91d36dafb60196705e412e96c95354ef61bc (patch) | |
tree | 8521247bfca41e2a89f521f79bf401f2301ab01c /lib/libc/amd64/gen/isinf.c | |
parent | 4c2f5170459e21a582f3798933e11f26c41486bf (diff) | |
download | FreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.zip FreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.tar.gz |
Restore CSRG ID's lost in January 1995.
Diffstat (limited to 'lib/libc/amd64/gen/isinf.c')
-rw-r--r-- | lib/libc/amd64/gen/isinf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/amd64/gen/isinf.c b/lib/libc/amd64/gen/isinf.c index 4c49f9a..e735cd4 100644 --- a/lib/libc/amd64/gen/isinf.c +++ b/lib/libc/amd64/gen/isinf.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; +#endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |