diff options
Diffstat (limited to 'lib/libc/ia64/net/byte_swap_2.S')
-rw-r--r-- | lib/libc/ia64/net/byte_swap_2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/ia64/net/byte_swap_2.S b/lib/libc/ia64/net/byte_swap_2.S index 19d0eef..34498b7 100644 --- a/lib/libc/ia64/net/byte_swap_2.S +++ b/lib/libc/ia64/net/byte_swap_2.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */ /* @@ -29,6 +28,7 @@ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); #if !defined(ALIAS) || !defined(NAME) #error ALIAS or NAME not defined |