summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/net/ntohl.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/net/ntohl.S')
-rw-r--r--lib/libc/amd64/net/ntohl.S11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/amd64/net/ntohl.S b/lib/libc/amd64/net/ntohl.S
index 46ff54e..15e2d6e 100644
--- a/lib/libc/amd64/net/ntohl.S
+++ b/lib/libc/amd64/net/ntohl.S
@@ -34,15 +34,14 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_RCS) && !defined(lint)
- .text
- .asciz "$FreeBSD$"
-#endif /* LIBC_RCS and not lint */
+#if defined(LIBC_SCCS) && !defined(lint)
+ .asciz "@(#)ntohl.s 5.2 (Berkeley) 12/17/90"
+#endif /* LIBC_SCCS and not lint */
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/* hostorder = ntohl(netorder) */
-#include <machine/asm.h>
-
.weak CNAME(ntohl)
.set CNAME(ntohl),CNAME(__ntohl)
ENTRY(__ntohl)
OpenPOWER on IntegriCloud