Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Nov 2006 18:06:11 +0100
From:      Pawel Worach <pawel.worach@gmail.com>
To:        Randall Stewart <rrs@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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:  <454B7703.60705@gmail.com>
In-Reply-To: <200611031523.kA3FNGfm010445@repoman.freebsd.org>
References:  <200611031523.kA3FNGfm010445@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000805000409060304040800
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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
-- 
Pawel


--------------000805000409060304040800
Content-Type: text/x-patch;
 name="sctp6_usrreq.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sctp6_usrreq.c.diff"

--- 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"


--------------000805000409060304040800
Content-Type: text/x-patch;
 name="sctp_asconf.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sctp_asconf.c.diff"

--- 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"


--------------000805000409060304040800--



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