diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2004-02-10 20:45:28 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2004-02-10 20:45:28 +0000 |
| commit | 1c81bd2c609f41a8c15e5355688a98316306a5e0 (patch) | |
| tree | 0e5916a14b09ac6e8f87bbe460b7cfe0e484219d | |
| parent | d623b765cfe263c7209ea40569e6dbaa8e9787d9 (diff) | |
Notes
| -rw-r--r-- | lib/libc/ia64/string/bcopy.S | 2 | ||||
| -rw-r--r-- | lib/libc/ia64/string/bzero.S | 2 | ||||
| -rw-r--r-- | lib/libc/sparc64/gen/fabs.S | 2 | ||||
| -rw-r--r-- | lib/libc_r/arch/ia64/_atomic_lock.S | 2 | ||||
| -rw-r--r-- | lib/libpthread/arch/alpha/alpha/enter_uts.S | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/ia64/string/bcopy.S b/lib/libc/ia64/string/bcopy.S index 09f5bc0791c1..34aac1984cf4 100644 --- a/lib/libc/ia64/string/bcopy.S +++ b/lib/libc/ia64/string/bcopy.S @@ -22,8 +22,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <machine/asm.h> diff --git a/lib/libc/ia64/string/bzero.S b/lib/libc/ia64/string/bzero.S index bd08a1a7258b..0963c36aac80 100644 --- a/lib/libc/ia64/string/bzero.S +++ b/lib/libc/ia64/string/bzero.S @@ -22,8 +22,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <machine/asm.h> diff --git a/lib/libc/sparc64/gen/fabs.S b/lib/libc/sparc64/gen/fabs.S index f42e2c76f65f..bbc744af8a8b 100644 --- a/lib/libc/sparc64/gen/fabs.S +++ b/lib/libc/sparc64/gen/fabs.S @@ -21,8 +21,6 @@ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ #include <machine/asm.h> diff --git a/lib/libc_r/arch/ia64/_atomic_lock.S b/lib/libc_r/arch/ia64/_atomic_lock.S index d2fc18a02f2e..b4b84da9f652 100644 --- a/lib/libc_r/arch/ia64/_atomic_lock.S +++ b/lib/libc_r/arch/ia64/_atomic_lock.S @@ -22,8 +22,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libpthread/arch/alpha/alpha/enter_uts.S b/lib/libpthread/arch/alpha/alpha/enter_uts.S index d4ccb71aef07..4dfddff600a5 100644 --- a/lib/libpthread/arch/alpha/alpha/enter_uts.S +++ b/lib/libpthread/arch/alpha/alpha/enter_uts.S @@ -22,8 +22,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <machine/asm.h> |
