diff options
Diffstat (limited to 'lib/libc/alpha/net/byte_swap_2.S')
-rw-r--r-- | lib/libc/alpha/net/byte_swap_2.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/alpha/net/byte_swap_2.S b/lib/libc/alpha/net/byte_swap_2.S index ebcbeda..d7933c4 100644 --- a/lib/libc/alpha/net/byte_swap_2.S +++ b/lib/libc/alpha/net/byte_swap_2.S @@ -25,11 +25,10 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); #if !defined(ALIAS) || !defined(NAME) #error ALIAS or NAME not defined |