diff options
Diffstat (limited to 'lib/libc/arch/m88k/net/htons.S')
-rw-r--r-- | lib/libc/arch/m88k/net/htons.S | 7 |
1 files changed, 1 insertions, 6 deletions
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) */ |