-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -------- Original Message --------
Subject: [head tinderbox] failure on ia64/ia64
Date: Sat, 26 Feb 2011 18:55:22 GMT
From: FreeBSD Tinderbox <tinder...@freebsd.org>
To: FreeBSD Tinderbox <tinder...@freebsd.org>, <curr...@freebsd.org>,
<i...@freebsd.org>

>>> stage 3.2: building everything
[...]
/src/sys/netinet/sctp_sysctl.c:641: error: 'struct sctp_sysctl' has no
member named 'sctp_rttvar_eqret'
/src/sys/netinet/sctp_sysctl.c:641: error: 'struct sctp_sysctl' has no
member named 'sctp_rttvar_eqret'

 [ .. snip .. ]

While it's likely that this is not what the author intended, the
attached patch will allow the kernel to be built,

        imb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iEYEARECAAYFAk1ph1wACgkQQv9rrgRC1JJ0kACfYcM/p4w/MoLLcxWENoeih8VN
d60AnRmrl6AnWT59/vwQD9LzIN/1nJJx
=CxgS
-----END PGP SIGNATURE-----
Index: sys/netinet/sctp.h
===================================================================
--- sys/netinet/sctp.h	(revision 219070)
+++ sys/netinet/sctp.h	(working copy)
@@ -42,6 +42,8 @@
 
 #define SCTP_PACKED __attribute__((packed))
 
+#define SCTP_HAS_RTTCC 1
+
 /*
  * SCTP protocol - RFC2960.
  */
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to