diff options
Diffstat (limited to 'lib/libc/i386/net/htonl.S')
-rw-r--r-- | lib/libc/i386/net/htonl.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/net/htonl.S b/lib/libc/i386/net/htonl.S index 37f5c60496542..ceeaa91ae9da0 100644 --- a/lib/libc/i386/net/htonl.S +++ b/lib/libc/i386/net/htonl.S @@ -38,7 +38,7 @@ .asciz "@(#)htonl.s 5.3 (Berkeley) 12/17/90" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/i386/net/htonl.S,v 1.11 2004/11/16 21:01:31 jhb Exp $"); /* netorder = htonl(hostorder) */ |