From 9d64c268b28e80e71e459c04842dfa54d35d4873 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Oct 1997 00:03:13 +0000 Subject: [PATCH] Added assembly versions of the network <-> host byte order functions. --- lib/libc/arch/arm32/net/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/arch/arm32/net/Makefile.inc b/lib/libc/arch/arm32/net/Makefile.inc index f3172ec2e265..83d3ffbce18a 100644 --- a/lib/libc/arch/arm32/net/Makefile.inc +++ b/lib/libc/arch/arm32/net/Makefile.inc @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.inc,v 1.1 1996/02/16 20:48:31 mark Exp $ +# $NetBSD: Makefile.inc,v 1.2 1997/10/06 00:03:13 mark Exp $ -SRCS+= htonl.c htons.c ntohl.c ntohs.c +SRCS+= htonl.S htons.S ntohl.S ntohs.S