CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/07 12:21:54
Modified files:
sys/lib/libkern/arch/amd64: htonl.S htons.S
Log message:
Prefer STRONG_ALIAS() over multiple overlapping _ENTRY/_NENTRY
uses, as the latter requires manual handling of _PROF_PROLOGUE.
Add END()s to match ENTRY()s.
ok deraadt@
