diff options
Diffstat (limited to 'lib/libc/arch/m68k/net/ntohl.S')
-rw-r--r-- | lib/libc/arch/m68k/net/ntohl.S | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/arch/m68k/net/ntohl.S b/lib/libc/arch/m68k/net/ntohl.S index 1751667baab..956b4870d32 100644 --- a/lib/libc/arch/m68k/net/ntohl.S +++ b/lib/libc/arch/m68k/net/ntohl.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ntohl.S,v 1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:15:00 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohl(netorder) */ |