Date: Tue, 02 Nov 1999 18:02:50 -0500 From: Simon Shapiro <shimon@simon-shapiro.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/conf LINTsrc/sys/netinet ip_input.c Message-ID: <381F6D9A.8D585244@simon-shapiro.org> References: <199911012223.OAA36525@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote: > > des 1999/11/01 14:23:54 PST > > Modified files: (Branch: RELENG_3) > sys/conf options > sys/i386/conf LINT > sys/netinet ip_input.c > Log: > MFC the IPSTEALTH option > > Revision Changes Path > 1.121.2.16 +2 -1 src/sys/conf/options > 1.539.2.44 +6 -1 src/sys/i386/conf/LINT > 1.111.2.4 +19 -5 src/sys/netinet/ip_input.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message This broke building otherwise valid kernels. The following is from RELENG_3 make depend: ../../netinet/ip_input.c:45: opt_ipstealth.h: No such file or directory mkdep: compile failed Adding ``options IPSTEALTH'' to the i386/conf/FOO clears this problem. -- Sincerely Yours, Shimon@Simon-Shapiro.ORG 404.664.6401 Simon Shapiro Unwritten code has no bugs and executes at twice the speed of mouth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?381F6D9A.8D585244>