Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 1995 19:40:50 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.FreeBSD.org, bde@freefall.FreeBSD.org, cvs-lib@freefall.FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/net gethostbydns.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c
Message-ID:  <199508210940.TAA16981@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help

>  Modified:    lib/libc/net  gethostbydns.c res_debug.c res_init.c
>                        res_mkquery.c  res_query.c res_send.c
>  Log:
>  Fix bogus include paths, some of which stopped libresolv from compiling.

[This changed <res_config.h> to "res_config.h".]

Perhaps I should have changed libresolv/Makefile
(`CFLAGS+= -I${.CURDIR}/../libc/net') instead of changing lots of source
files.  It seems bogus for libresolv to have to know about the internals
of libc/net.  OTOH libc/netc/Makefile and the kernel Makefile use -I and
`<>' paths to nail down the include path.  OTSameH zillions of Makefiles
depend on `""' paths working right so that -I${.CURDIR} isn't necessary
for compiling in another (obj) directory.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508210940.TAA16981>