diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:36:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:36:49 +0000 |
commit | 0ceea170997c0e61cf90fa58ba658fc0af71cbd2 (patch) | |
tree | 1d287d996dd280d6ba3469f5d36c4438fcd13ff4 /lib/libc/sparc64/net | |
parent | 29b5b637c75d49af47f7cfcb79539380b0873621 (diff) | |
download | FreeBSD-src-0ceea170997c0e61cf90fa58ba658fc0af71cbd2.zip FreeBSD-src-0ceea170997c0e61cf90fa58ba658fc0af71cbd2.tar.gz |
Use FBSDID
Diffstat (limited to 'lib/libc/sparc64/net')
-rw-r--r-- | lib/libc/sparc64/net/htonl.S | 9 | ||||
-rw-r--r-- | lib/libc/sparc64/net/htons.S | 9 | ||||
-rw-r--r-- | lib/libc/sparc64/net/ntohl.S | 9 | ||||
-rw-r--r-- | lib/libc/sparc64/net/ntohs.S | 9 |
4 files changed, 8 insertions, 28 deletions
diff --git a/lib/libc/sparc64/net/htonl.S b/lib/libc/sparc64/net/htonl.S index e972dfc..2ba02c4 100644 --- a/lib/libc/sparc64/net/htonl.S +++ b/lib/libc/sparc64/net/htonl.S @@ -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) diff --git a/lib/libc/sparc64/net/htons.S b/lib/libc/sparc64/net/htons.S index 6f1fa70..16035e0 100644 --- a/lib/libc/sparc64/net/htons.S +++ b/lib/libc/sparc64/net/htons.S @@ -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) diff --git a/lib/libc/sparc64/net/ntohl.S b/lib/libc/sparc64/net/ntohl.S index 1313a45..4333f23 100644 --- a/lib/libc/sparc64/net/ntohl.S +++ b/lib/libc/sparc64/net/ntohl.S @@ -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) diff --git a/lib/libc/sparc64/net/ntohs.S b/lib/libc/sparc64/net/ntohs.S index 1b144a9..03a09b5 100644 --- a/lib/libc/sparc64/net/ntohs.S +++ b/lib/libc/sparc64/net/ntohs.S @@ -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) |