diff options
Diffstat (limited to 'lib/libc/amd64/net/ntohs.S')
-rw-r--r-- | lib/libc/amd64/net/ntohs.S | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/amd64/net/ntohs.S b/lib/libc/amd64/net/ntohs.S index 3f0a36a..eb0668c 100644 --- a/lib/libc/amd64/net/ntohs.S +++ b/lib/libc/amd64/net/ntohs.S @@ -34,10 +34,11 @@ * SUCH DAMAGE. */ -#if defined(LIBC_RCS) && !defined(lint) - .text - .asciz "$FreeBSD$" -#endif /* LIBC_RCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint) + .asciz "@(#)ntohs.s 5.2 (Berkeley) 12/17/90" +#endif /* LIBC_SCCS and not lint */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); /* hostorder = ntohs(netorder) */ |