diff options
Diffstat (limited to 'lib/libc/powerpc/net')
| -rw-r--r-- | lib/libc/powerpc/net/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/powerpc/net/htonl.S | 2 | ||||
| -rw-r--r-- | lib/libc/powerpc/net/htons.S | 2 | ||||
| -rw-r--r-- | lib/libc/powerpc/net/ntohl.S | 2 | ||||
| -rw-r--r-- | lib/libc/powerpc/net/ntohs.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/powerpc/net/Makefile.inc b/lib/libc/powerpc/net/Makefile.inc index 96e559bf8027..3b6f388b6b8a 100644 --- a/lib/libc/powerpc/net/Makefile.inc +++ b/lib/libc/powerpc/net/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/powerpc/net/Makefile.inc,v 1.1 2002/05/15 20:40:35 obrien Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc/powerpc/net/htonl.S b/lib/libc/powerpc/net/htonl.S index b5a6d122a9cc..f31bb2e7bf36 100644 --- a/lib/libc/powerpc/net/htonl.S +++ b/lib/libc/powerpc/net/htonl.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/powerpc/net/htonl.S,v 1.1 2002/05/15 20:40:35 obrien Exp $"); /* netorder = htonl(hostorder) */ 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) */ diff --git a/lib/libc/powerpc/net/ntohl.S b/lib/libc/powerpc/net/ntohl.S index f85d59e82823..65b2e1e2c670 100644 --- a/lib/libc/powerpc/net/ntohl.S +++ b/lib/libc/powerpc/net/ntohl.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/powerpc/net/ntohl.S,v 1.1 2002/05/15 20:40:35 obrien Exp $"); /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/powerpc/net/ntohs.S b/lib/libc/powerpc/net/ntohs.S index 21d41da25cb1..0cbcd5e36cc1 100644 --- a/lib/libc/powerpc/net/ntohs.S +++ b/lib/libc/powerpc/net/ntohs.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/powerpc/net/ntohs.S,v 1.1 2002/05/15 20:40:35 obrien Exp $"); /* hostorder = ntohs(netorder) */ |
