Sfoglia il codice sorgente

Use the real getnetbyname(), not the stub in resolv.c

Eric Andersen 23 anni fa
parent
commit
4d7c5fea1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libc/inet/Makefile

+ 1 - 1
libc/inet/Makefile

@@ -34,7 +34,7 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \
 	decodeq.o lengthq.o encodea.o decodea.o encodep.o decodep.o \
 	formquery.o dnslookup.o resolveaddress.o resolvemailbox.o \
 	opennameservers.o closenameservers.o resolvename.o gethostbyname.o\
-	getnetbyname.o res_init.o res_query.o gethostbyaddr.o \
+	res_init.o res_query.o gethostbyaddr.o \
 	get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o