diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /lib/libc/powerpc/net/htons.S | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
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 6aba09c8d67f7..1e69d7eb2368d 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) */ |