summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/net/htons.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/net/htons.S')
-rw-r--r--lib/libc/amd64/net/htons.S11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/amd64/net/htons.S b/lib/libc/amd64/net/htons.S
index c354eaa..d5d63fc 100644
--- a/lib/libc/amd64/net/htons.S
+++ b/lib/libc/amd64/net/htons.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 "@(#)htons.s 5.2 (Berkeley) 12/17/90"
+#endif /* LIBC_SCCS and not lint */
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/* netorder = htons(hostorder) */
-#include <machine/asm.h>
-
.weak CNAME(htons)
.set CNAME(htons),CNAME(__htons)
ENTRY(__htons)
OpenPOWER on IntegriCloud