From a0735deb4810138ef15fa58ee97b7e79078736d9 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 16 Oct 1996 19:38:51 +0000 Subject: [PATCH] Bring back ns_* routines; we need them for ifconfig and route. --- lib/libc/net/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index f024a4d07047..4eb9ead4d0e7 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -12,9 +12,8 @@ SRCS+= addr2ascii.c ascii2addr.c \ inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \ rcmd.c recv.c res_comp.c res_data.c res_debug.c \ res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c \ - + ns_addr.c ns_ntoa.c # iso_addr.c -# ns_addr.c ns_ntoa.c # machine-dependent net sources .include "${.CURDIR}/${MACHINE}/net/Makefile.inc"