diff options
Diffstat (limited to 'lib/libc/powerpc/net/htons.S')
-rw-r--r-- | lib/libc/powerpc/net/htons.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/net/htons.S b/lib/libc/powerpc/net/htons.S index 6aba09c8d67f..1e69d7eb2368 100644 --- a/lib/libc/powerpc/net/htons.S +++ b/lib/libc/powerpc/net/htons.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/powerpc/net/htons.S,v 1.1 2002/05/15 20:40:35 obrien Exp $"); /* netorder = htons(hostorder) */ |