diff options
Diffstat (limited to 'lib/libc/i386/net/ntohl.S')
-rw-r--r-- | lib/libc/i386/net/ntohl.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/net/ntohl.S b/lib/libc/i386/net/ntohl.S index 15e2d6e35232..6622d77736e8 100644 --- a/lib/libc/i386/net/ntohl.S +++ b/lib/libc/i386/net/ntohl.S @@ -38,7 +38,7 @@ .asciz "@(#)ntohl.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/ntohl.S,v 1.9 2002/03/23 02:06:08 obrien Exp $"); /* hostorder = ntohl(netorder) */ |