aboutsummaryrefslogtreecommitdiff
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.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/amd64/net/htons.S b/lib/libc/amd64/net/htons.S
index 238dfc24d36b..66084a864e59 100644
--- a/lib/libc/amd64/net/htons.S
+++ b/lib/libc/amd64/net/htons.S
@@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
- .asciz "$Id$"
+ .asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/* netorder = htons(hostorder) */