New-style RCS ids. Use the RCSID() macro where appropriate.
This commit is contained in:
parent
9f1ee9ae9c
commit
9573504567
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: htonl.S,v 1.2 1995/12/13 21:46:13 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -35,16 +37,18 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)htonl.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: htonl.S,v 1.1 1993/11/25 23:37:39 paulus Exp $"
|
||||
#if 0
|
||||
RCSID("from: @(#)htonl.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: htonl.S,v 1.2 1995/12/13 21:46:13 thorpej Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/* netorder = htonl(hostorder) */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
ENTRY(htonl)
|
||||
movl sp@(4),d0
|
||||
rts
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: htons.S,v 1.2 1995/12/13 21:46:15 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -35,16 +37,18 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)htons.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: htons.S,v 1.1 1993/11/25 23:37:42 paulus Exp $"
|
||||
#if 0
|
||||
RCSID("from: @(#)htons.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: htons.S,v 1.2 1995/12/13 21:46:15 thorpej Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/* hostorder = htons(netorder) */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
ENTRY(htons)
|
||||
clrl d0
|
||||
movw sp@(6),d0
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ntohl.S,v 1.2 1995/12/13 21:46:16 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -35,16 +37,18 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: ntohl.S,v 1.1 1993/11/25 23:37:43 paulus Exp $"
|
||||
#if 0
|
||||
RCSID("from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: ntohl.S,v 1.2 1995/12/13 21:46:16 thorpej Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/* hostorder = ntohl(netorder) */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
ENTRY(ntohl)
|
||||
movl sp@(4),d0
|
||||
rts
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ntohs.S,v 1.2 1995/12/13 21:46:17 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -35,16 +37,18 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)ntohs.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: ntohs.S,v 1.1 1993/11/25 23:37:44 paulus Exp $"
|
||||
#if 0
|
||||
RCSID("from: @(#)ntohs.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: ntohs.S,v 1.2 1995/12/13 21:46:17 thorpej Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/* hostorder = ntohs(netorder) */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
ENTRY(ntohs)
|
||||
clrl d0
|
||||
movw sp@(6),d0
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: abs.S,v 1.2 1995/12/13 21:49:40 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -35,16 +37,18 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)abs.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: abs.S,v 1.1 1993/11/25 23:38:12 paulus Exp $"
|
||||
#if 0
|
||||
RCSID("from: @(#)abs.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: abs.S,v 1.2 1995/12/13 21:49:40 thorpej Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/* abs - int absolute value */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
||||
ENTRY(abs)
|
||||
movl sp@(4),d0
|
||||
jge L1
|
||||
|
Loading…
Reference in New Issue
Block a user