diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
| commit | 0f4f02856de830ee021e8e9c63883ba7ea0d6497 (patch) | |
| tree | 8521247bfca41e2a89f521f79bf401f2301ab01c /lib/libc/amd64/net/ntohl.S | |
| parent | 439a4003abff6ed8e74a68ee85c809d506769d5b (diff) | |
Notes
Diffstat (limited to 'lib/libc/amd64/net/ntohl.S')
| -rw-r--r-- | lib/libc/amd64/net/ntohl.S | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/amd64/net/ntohl.S b/lib/libc/amd64/net/ntohl.S index 46ff54e32202..15e2d6e35232 100644 --- a/lib/libc/amd64/net/ntohl.S +++ b/lib/libc/amd64/net/ntohl.S @@ -34,15 +34,14 @@ * SUCH DAMAGE. */ -#if defined(LIBC_RCS) && !defined(lint) - .text - .asciz "$FreeBSD$" -#endif /* LIBC_RCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint) + .asciz "@(#)ntohl.s 5.2 (Berkeley) 12/17/90" +#endif /* LIBC_SCCS and not lint */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); /* hostorder = ntohl(netorder) */ -#include <machine/asm.h> - .weak CNAME(ntohl) .set CNAME(ntohl),CNAME(__ntohl) ENTRY(__ntohl) |
