Use FBSDID

This commit is contained in:
David E. O'Brien 2002-06-30 05:36:49 +00:00
parent 77c8bf7cae
commit 3b7de54d68
13 changed files with 32 additions and 84 deletions

View File

@ -40,17 +40,12 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: htonl.S,v 1.1 1998/09/11 04:56:30 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
__FBSDID("$FreeBSD$");
/* netorder = htonl(hostorder) */
.weak CNAME(htonl)

View File

@ -40,17 +40,12 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: htons.S,v 1.1 1998/09/11 04:56:30 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
__FBSDID("$FreeBSD$");
/* netorder = htons(hostorder) */
.weak CNAME(htons)

View File

@ -40,17 +40,12 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: ntohl.S,v 1.1 1998/09/11 04:56:31 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
__FBSDID("$FreeBSD$");
/* hostorder = ntohl(netorder) */
.weak CNAME(ntohl)

View File

@ -40,17 +40,12 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: ntohs.S,v 1.1 1998/09/11 04:56:31 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
__FBSDID("$FreeBSD$");
/* hostorder = ntohs(netorder) */
.weak CNAME(ntohs)

View File

@ -24,12 +24,9 @@
* SUCH DAMAGE.
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include <machine/utrap.h>
ENTRY(__sparc_utrap_fp_disabled)

View File

@ -24,17 +24,14 @@
* SUCH DAMAGE.
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
.register %g2, #ignore
.register %g3, #ignore
.register %g6, #ignore
.register %g7, #ignore
#include <machine/asm.h>
#include <machine/tstate.h>
#include <machine/utrap.h>

View File

@ -38,17 +38,13 @@
*/
#if defined(SYSLIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)brk.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: brk.S,v 1.9 2000/07/25 20:15:40 mycroft Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -36,10 +36,8 @@
* from: FreeBSD: src/lib/libc/i386/sys/cerror.S,v 1.11 2001/08/13
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -38,17 +38,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)exect.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: exect.S,v 1.1 1998/09/11 04:56:34 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -38,17 +38,13 @@
*/
#if defined(SYSLIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: pipe.S,v 1.3 2000/09/28 08:38:55 kleink Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -39,17 +39,13 @@
*/
#if defined(SYSLIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)ptrace.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: ptrace.S,v 1.4 2000/07/24 00:11:10 mycroft Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -38,17 +38,13 @@
*/
#if defined(SYSLIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)sbrk.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: sbrk.S,v 1.7 2000/07/25 15:14:46 mycroft Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"

View File

@ -38,17 +38,13 @@
*/
#if defined(SYSLIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)setlogin.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: setlogin.S,v 1.3 2000/07/21 03:14:15 eeh Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "SYS.h"