diff options
Diffstat (limited to 'lib/libc/amd64/gen/isinf.c')
-rw-r--r-- | lib/libc/amd64/gen/isinf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/amd64/gen/isinf.c b/lib/libc/amd64/gen/isinf.c index e735cd4..d894b4f 100644 --- a/lib/libc/amd64/gen/isinf.c +++ b/lib/libc/amd64/gen/isinf.c @@ -31,6 +31,8 @@ * SUCH DAMAGE. */ +/* For binary compat; to be removed in FreeBSD 6.0. */ + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ |