summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/net
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-06 19:24:14 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-06 19:24:14 +0000
commit26c52663cb5e53422c188e65b45755f348c2fbf3 (patch)
treece5e00519cf30405f3c973b12ab6ef8fa8f2b338 /lib/libc/powerpc/net
parent28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff)
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..3b6f388b6b8a7 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 b5a6d122a9cc2..f31bb2e7bf369 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 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) */
diff --git a/lib/libc/powerpc/net/ntohl.S b/lib/libc/powerpc/net/ntohl.S
index f85d59e828235..65b2e1e2c670f 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 21d41da25cb14..0cbcd5e36cc1b 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) */