Date: Fri, 03 Nov 2006 12:25:47 -0500 From: Randall Stewart <rrs@cisco.com> To: Pawel Worach <pawel.worach@gmail.com> Cc: Randall Stewart <rrs@FreeBSD.org>, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/conf NOTES files options src/sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c src/sys/net rtsock.c src/sys/netinet in_proto.c sctp.h sctp_asconf.c ... Message-ID: <454B7B9B.70306@cisco.com> In-Reply-To: <454B7703.60705@gmail.com> References: <200611031523.kA3FNGfm010445@repoman.freebsd.org> <454B7703.60705@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Pawel Worach wrote: > Randall Stewart wrote: > >> rrs 2006-11-03 15:23:16 UTC >> >> FreeBSD src repository >> >> Modified files: > > ... > >> Log: >> Ok, here it is, we finally add SCTP to current. Note that this > > > Hi, > > sctp_asconf.c and sctp6_usrreq.c don't build because __FBSDID macro is > defined in sys/cdefs.h so that needs to be included first. > > Regards > > > ------------------------------------------------------------------------ > > --- sctp6_usrreq.c.orig Fri Nov 3 17:50:49 2006 > +++ sctp6_usrreq.c Fri Nov 3 17:51:26 2006 > @@ -28,7 +28,10 @@ > * THE POSSIBILITY OF SUCH DAMAGE. > */ > /* $KAME: sctp6_usrreq.c,v 1.38 2005/08/24 08:08:56 suz Exp $ */ > + > +#include <sys/cdefs.h> > __FBSDID("$FreeBSD: src/sys/netinet6/sctp6_usrreq.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > + > #include "opt_inet.h" > #include "opt_inet6.h" > #include "opt_inet.h" > > > > ------------------------------------------------------------------------ > > --- sctp_asconf.c.orig Fri Nov 3 17:42:22 2006 > +++ sctp_asconf.c Fri Nov 3 17:42:45 2006 > @@ -29,10 +29,9 @@ > */ > > /* $KAME: sctp_asconf.c,v 1.24 2005/03/06 16:04:16 itojun Exp $ */ > -__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > > #include <sys/cdefs.h> > - > +__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > > #include "opt_ipsec.h" > #include "opt_compat.h" > Yeah... I found that has I tried to build my second machine off the cvsup .. I commited a fix for it.. sorry about thta.. its the missing sys/cdefs.h or in one of the files cases.. the FRESBSD is in the wrong postion :-) There is some .h's that also have the same problem.. I fixed them all.. even though only these two seem to be the compile breakage :-0 R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 <or> 803-317-4952 (cell)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?454B7B9B.70306>