diff options
Diffstat (limited to 'lib/libc/i386/net/htons.S')
-rw-r--r-- | lib/libc/i386/net/htons.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/net/htons.S b/lib/libc/i386/net/htons.S index d5d63fc0c1075..ec80970ca3151 100644 --- a/lib/libc/i386/net/htons.S +++ b/lib/libc/i386/net/htons.S @@ -38,7 +38,7 @@ .asciz "@(#)htons.s 5.2 (Berkeley) 12/17/90" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/i386/net/htons.S,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $"); /* netorder = htons(hostorder) */ |