diff options
author | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
commit | 22f6069a2a8af11f8aa10169d84af27a04cdd774 (patch) | |
tree | 9806812b133c7cf4cda877bbda7c9d44da03bc03 /sys/libkern/alpha | |
parent | 3a10214cfb2164999292268e78e3f42832552149 (diff) | |
download | FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.zip FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.tar.gz |
Add $FreeBSD$
Diffstat (limited to 'sys/libkern/alpha')
-rw-r--r-- | sys/libkern/alpha/byte_swap_2.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/byte_swap_4.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/htonl.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/htons.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/ntohl.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/ntohs.S | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sys/libkern/alpha/byte_swap_2.S b/sys/libkern/alpha/byte_swap_2.S index fab3c58..a9d70a9 100644 --- a/sys/libkern/alpha/byte_swap_2.S +++ b/sys/libkern/alpha/byte_swap_2.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/byte_swap_4.S b/sys/libkern/alpha/byte_swap_4.S index 8dbb83c..9f6df34 100644 --- a/sys/libkern/alpha/byte_swap_4.S +++ b/sys/libkern/alpha/byte_swap_4.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/htonl.S b/sys/libkern/alpha/htonl.S index 7fab6f9..b5ebaa5 100644 --- a/sys/libkern/alpha/htonl.S +++ b/sys/libkern/alpha/htonl.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/htons.S b/sys/libkern/alpha/htons.S index 392578c..9ffabf4 100644 --- a/sys/libkern/alpha/htons.S +++ b/sys/libkern/alpha/htons.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/ntohl.S b/sys/libkern/alpha/ntohl.S index 370848a..f86a404 100644 --- a/sys/libkern/alpha/ntohl.S +++ b/sys/libkern/alpha/ntohl.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/ntohs.S b/sys/libkern/alpha/ntohs.S index 80be3f8..496f75c 100644 --- a/sys/libkern/alpha/ntohs.S +++ b/sys/libkern/alpha/ntohs.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $ */ /* |