summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 06:49:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 06:49:56 +0000
commitfb55d0c243743bff0a1bda84a1c138b1f71211bd (patch)
tree9fb83da55d63a19d499248da63e51760fb5c1329 /lib/libc/arch/alpha
parent38673c0125b24dcf89e66a2e5a0b92af997cd274 (diff)
more rcsid/sccs cleanup
Diffstat (limited to 'lib/libc/arch/alpha')
-rw-r--r--lib/libc/arch/alpha/net/byte_swap_2.S7
-rw-r--r--lib/libc/arch/alpha/net/byte_swap_4.S7
-rw-r--r--lib/libc/arch/alpha/net/htonl.S7
-rw-r--r--lib/libc/arch/alpha/net/htons.S7
-rw-r--r--lib/libc/arch/alpha/net/ntohl.S7
-rw-r--r--lib/libc/arch/alpha/net/ntohs.S7
6 files changed, 6 insertions, 36 deletions
diff --git a/lib/libc/arch/alpha/net/byte_swap_2.S b/lib/libc/arch/alpha/net/byte_swap_2.S
index fcecc7ff7b0..6a509642d6f 100644
--- a/lib/libc/arch/alpha/net/byte_swap_2.S
+++ b/lib/libc/arch/alpha/net/byte_swap_2.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: byte_swap_2.S,v 1.3 1996/11/13 22:05:03 niklas Exp $ */
+/* $OpenBSD: byte_swap_2.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */
/*
@@ -30,11 +30,6 @@
#include <machine/asm.h>
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: byte_swap_2.S,v 1.3 1996/11/13 22:05:03 niklas Exp $"
-#endif
-
#ifndef NAME
#define NAME byte_swap_2
#endif
diff --git a/lib/libc/arch/alpha/net/byte_swap_4.S b/lib/libc/arch/alpha/net/byte_swap_4.S
index 80cff45e193..3d10a1b828a 100644
--- a/lib/libc/arch/alpha/net/byte_swap_4.S
+++ b/lib/libc/arch/alpha/net/byte_swap_4.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: byte_swap_4.S,v 1.3 1996/11/13 22:05:03 niklas Exp $ */
+/* $OpenBSD: byte_swap_4.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */
/*
@@ -30,11 +30,6 @@
#include <machine/asm.h>
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: byte_swap_4.S,v 1.3 1996/11/13 22:05:03 niklas Exp $"
-#endif
-
#ifndef NAME
#define NAME byte_swap_4
#endif
diff --git a/lib/libc/arch/alpha/net/htonl.S b/lib/libc/arch/alpha/net/htonl.S
index 67184bdf547..22db4560bb4 100644
--- a/lib/libc/arch/alpha/net/htonl.S
+++ b/lib/libc/arch/alpha/net/htonl.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: htonl.S,v 1.3 1996/11/13 22:05:04 niklas Exp $ */
+/* $OpenBSD: htonl.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */
/*
@@ -28,11 +28,6 @@
* rights to redistribute these changes.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: htonl.S,v 1.3 1996/11/13 22:05:04 niklas Exp $"
-#endif
-
#define NAME htonl
#include "byte_swap_4.S"
diff --git a/lib/libc/arch/alpha/net/htons.S b/lib/libc/arch/alpha/net/htons.S
index 1826ff30356..a8074a157ba 100644
--- a/lib/libc/arch/alpha/net/htons.S
+++ b/lib/libc/arch/alpha/net/htons.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: htons.S,v 1.3 1996/11/13 22:05:04 niklas Exp $ */
+/* $OpenBSD: htons.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */
/*
@@ -28,11 +28,6 @@
* rights to redistribute these changes.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: htons.S,v 1.3 1996/11/13 22:05:04 niklas Exp $"
-#endif
-
#define NAME htons
#include "byte_swap_2.S"
diff --git a/lib/libc/arch/alpha/net/ntohl.S b/lib/libc/arch/alpha/net/ntohl.S
index 986d1b63be2..14a87f64040 100644
--- a/lib/libc/arch/alpha/net/ntohl.S
+++ b/lib/libc/arch/alpha/net/ntohl.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntohl.S,v 1.3 1996/11/13 22:05:05 niklas Exp $ */
+/* $OpenBSD: ntohl.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */
/*
@@ -28,11 +28,6 @@
* rights to redistribute these changes.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: ntohl.S,v 1.3 1996/11/13 22:05:05 niklas Exp $"
-#endif
-
#define NAME ntohl
#include "byte_swap_4.S"
diff --git a/lib/libc/arch/alpha/net/ntohs.S b/lib/libc/arch/alpha/net/ntohs.S
index a2aa0db4c79..376aeb73c3a 100644
--- a/lib/libc/arch/alpha/net/ntohs.S
+++ b/lib/libc/arch/alpha/net/ntohs.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntohs.S,v 1.3 1996/11/13 22:05:05 niklas Exp $ */
+/* $OpenBSD: ntohs.S,v 1.4 2009/10/28 06:49:54 deraadt Exp $ */
/* $NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $ */
/*
@@ -28,11 +28,6 @@
* rights to redistribute these changes.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: ntohs.S,v 1.3 1996/11/13 22:05:05 niklas Exp $"
-#endif
-
#define NAME ntohs
#include "byte_swap_2.S"