aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/net/htonl.S
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:41 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:26 +0000
commit3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch)
treeeb78e480f145df82b587a21d05299b496d5e15ad /lib/libc/mips/net/htonl.S
parent3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff)
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
Diffstat (limited to 'lib/libc/mips/net/htonl.S')
-rw-r--r--lib/libc/mips/net/htonl.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/mips/net/htonl.S b/lib/libc/mips/net/htonl.S
index 66c4f90fd65f..e255ae06acdf 100644
--- a/lib/libc/mips/net/htonl.S
+++ b/lib/libc/mips/net/htonl.S
@@ -30,9 +30,6 @@
*/
#include <machine/asm.h>
-
-__FBSDID("$FreeBSD$");
-
LEAF(htonl) # a0 = 0x11223344, return 0x44332211
#ifdef __MIPSEB__
move v0, a0