diff options
Diffstat (limited to 'lib/libc/arch/m88k')
-rw-r--r-- | lib/libc/arch/m88k/net/htonl.S | 7 | ||||
-rw-r--r-- | lib/libc/arch/m88k/net/htons.S | 7 | ||||
-rw-r--r-- | lib/libc/arch/m88k/net/ntohl.S | 7 | ||||
-rw-r--r-- | lib/libc/arch/m88k/net/ntohs.S | 7 |
4 files changed, 4 insertions, 24 deletions
diff --git a/lib/libc/arch/m88k/net/htonl.S b/lib/libc/arch/m88k/net/htonl.S index bf50ae119b8..75673242c25 100644 --- a/lib/libc/arch/m88k/net/htonl.S +++ b/lib/libc/arch/m88k/net/htonl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: htonl.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: htonl.S,v 1.5 2009/10/28 06:49:55 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: htonl.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* netorder = htonl(hostorder) */ diff --git a/lib/libc/arch/m88k/net/htons.S b/lib/libc/arch/m88k/net/htons.S index 9b68f8420b3..4a7b73d3c87 100644 --- a/lib/libc/arch/m88k/net/htons.S +++ b/lib/libc/arch/m88k/net/htons.S @@ -1,4 +1,4 @@ -/* $OpenBSD: htons.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: htons.S,v 1.5 2009/10/28 06:49:55 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: htons.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* hostorder = htons(netorder) */ diff --git a/lib/libc/arch/m88k/net/ntohl.S b/lib/libc/arch/m88k/net/ntohl.S index a8e91066b18..fdce914ea88 100644 --- a/lib/libc/arch/m88k/net/ntohl.S +++ b/lib/libc/arch/m88k/net/ntohl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohl.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: ntohl.S,v 1.5 2009/10/28 06:49:55 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: ntohl.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/arch/m88k/net/ntohs.S b/lib/libc/arch/m88k/net/ntohs.S index 7dc4c060a44..f95ed704cc3 100644 --- a/lib/libc/arch/m88k/net/ntohs.S +++ b/lib/libc/arch/m88k/net/ntohs.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohs.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: ntohs.S,v 1.5 2009/10/28 06:49:55 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: ntohs.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* hostorder = ntohs(netorder) */ |