diff options
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$"); |