summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/powerpc/net')
-rw-r--r--lib/libc/powerpc/net/Makefile.inc2
-rw-r--r--lib/libc/powerpc/net/htonl.S2
-rw-r--r--lib/libc/powerpc/net/htons.S2
-rw-r--r--lib/libc/powerpc/net/ntohl.S2
-rw-r--r--lib/libc/powerpc/net/ntohs.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/powerpc/net/Makefile.inc b/lib/libc/powerpc/net/Makefile.inc
index 96e559bf8027d..63d9ca7e7e67e 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.18.1 2008/10/02 02:57:24 kensmith 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 b5a6d122a9cc2..b657184348e6b 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.18.1 2008/10/02 02:57:24 kensmith Exp $");
/* netorder = htonl(hostorder) */
diff --git a/lib/libc/powerpc/net/htons.S b/lib/libc/powerpc/net/htons.S
index 6aba09c8d67f7..bc409451ed7d5 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.18.1 2008/10/02 02:57:24 kensmith Exp $");
/* netorder = htons(hostorder) */
diff --git a/lib/libc/powerpc/net/ntohl.S b/lib/libc/powerpc/net/ntohl.S
index f85d59e828235..902672b9bfda7 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.18.1 2008/10/02 02:57:24 kensmith Exp $");
/* hostorder = ntohl(netorder) */
diff --git a/lib/libc/powerpc/net/ntohs.S b/lib/libc/powerpc/net/ntohs.S
index 21d41da25cb14..077d68e5bebd3 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.18.1 2008/10/02 02:57:24 kensmith Exp $");
/* hostorder = ntohs(netorder) */