1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

Exclude inet_addr.c from the build.

It only provides inet_aton(), which is already provided by the libc. This
causes multiple symbol definitions when linking statically.

Reviewed by:    darrenr
This commit is contained in:
Olivier Houchard 2007-06-11 19:38:38 +00:00
parent a27980ccad
commit 083524da25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170575

View File

@ -7,7 +7,7 @@ SRCS= addicmp.c addipopt.c alist_free.c alist_new.c bcopywrap.c \
binprint.c buildopts.c checkrev.c count4bits.c count6bits.c \
debug.c facpri.c fill6bits.c flags.c gethost.c getifname.c \
getnattype.c getport.c getportproto.c getproto.c getsumd.c \
hostname.c icmpcode.c inet_addr.c initparse.c ionames.c \
hostname.c icmpcode.c initparse.c ionames.c \
ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c \
ipft_td.c ipft_tx.c ipoptsec.c kmem.c kmemcpywrap.c \
kvatoname.c load_file.c load_hash.c load_hashnode.c \