Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/powerpc/net Build {h, n}to{n, h}{l, s}() into obj...



details:   https://anonhg.NetBSD.org/src/rev/92c7eadedc8b
branches:  trunk
changeset: 547060:92c7eadedc8b
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon May 12 09:32:10 2003 +0000

description:
Build {h,n}to{n,h}{l,s}() into object code; addresses PR port-macppc/21541
from Tsuyoshi MOMOSE.

diffstat:

 lib/libc/arch/powerpc/net/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (8 lines):

diff -r 8dac8ed02cb1 -r 92c7eadedc8b lib/libc/arch/powerpc/net/Makefile.inc
--- a/lib/libc/arch/powerpc/net/Makefile.inc    Mon May 12 07:49:10 2003 +0000
+++ b/lib/libc/arch/powerpc/net/Makefile.inc    Mon May 12 09:32:10 2003 +0000
@@ -1,1 +1,3 @@
-#      $NetBSD: Makefile.inc,v 1.1 1997/03/29 20:55:59 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2003/05/12 09:32:10 kleink Exp $
+
+SRCS+= htonl.c htons.c ntohl.c ntohs.c



Home | Main Index | Thread Index | Old Index