diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-02-12 20:03:41 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-02-12 20:03:41 +0000 |
| commit | 5d62092f9440cea08dd1af170f272671d36499b9 (patch) | |
| tree | dcd3e60930c7e038a326f0d2956c397a380c5f93 /lib/libc/amd64/gen/isinf.c | |
| parent | cc8557f55020f551475419ba033b941b0e527fc3 (diff) | |
Notes
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 e735cd4a5270..d894b4f7fa79 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 */ |
