| From | Sent On | Attachments |
|---|---|---|
| Doug Barton | Oct 27, 2000 12:57 am | |
| Darren Reed | Oct 27, 2000 2:38 am | |
| Poul-Henning Kamp | Oct 27, 2000 2:42 am | |
| Doug Barton | Oct 27, 2000 3:09 am | |
| David O'Brien | Oct 27, 2000 4:24 am | |
| Darren Reed | Oct 27, 2000 4:46 am | |
| David O'Brien | Oct 27, 2000 5:51 am |
| Subject: | Re: kernel build problem | |
|---|---|---|
| From: | Poul-Henning Kamp (ph...@critter.freebsd.dk) | |
| Date: | Oct 27, 2000 2:42:42 am | |
| List: | org.freebsd.freebsd-current | |
In message <2000...@avalon.reed.wattle.id.au>, Darren Reed writes :
What failed ? Do you have the make error output ?
Did you try to compile LINT before you committed ?
Right, if you had you would have seen the error :-(
Darren
Index: ip_compat.h =================================================================== RCS file: /usr/ncvs/src/sys/netinet/ip_compat.h,v retrieving revision 1.11 diff -u -r1.11 ip_compat.h --- ip_compat.h 2000/10/26 12:33:42 1.11 +++ ip_compat.h 2000/10/27 06:14:46 @@ -265,10 +265,10 @@
#if defined(__FreeBSD__) && (defined(KERNEL) || defined(_KERNEL)) # ifdef IPFILTER_LKM -# include <osreldate.h> +# include <sys/param.h> # define ACTUALLY_LKM_NOT_KERNEL # else -# include <sys/osreldate.h> +# include <sys/param.h> # endif # if __FreeBSD__ < 3 # include <machine/spl.h>
-- "The dead cannot be seduced." - Kai, "Lexx"
Do YOU Yahoo!?
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
-- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 ph...@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message





