diff options
author | Anders Persson <Anders.Persson@Sun.COM> | 2009-04-10 00:06:06 -0700 |
---|---|---|
committer | Anders Persson <Anders.Persson@Sun.COM> | 2009-04-10 00:06:06 -0700 |
commit | da9d9933185345cacb6024c1be64ff14dc17be4c (patch) | |
tree | 0bead854692e5f1d1e456ee54e51b6d432792c72 | |
parent | f0b87b902adb4cdfe4ad24ea596a7311ddbb2953 (diff) | |
download | illumos-joyent-da9d9933185345cacb6024c1be64ff14dc17be4c.tar.gz |
6806988 sctp kernel interface change can cause system to hang
-rw-r--r-- | usr/src/uts/common/inet/sctp_itf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/sctp_itf.h b/usr/src/uts/common/inet/sctp_itf.h index eb7597ac0a..9ce69fdaf0 100644 --- a/usr/src/uts/common/inet/sctp_itf.h +++ b/usr/src/uts/common/inet/sctp_itf.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -48,7 +48,7 @@ extern "C" { * If the return value of sctp_itf_ver() is different from what * is expected, do not call any of the routines. */ -#define SCTP_ITF_VER 1 +#define SCTP_ITF_VER 2 /* * This struct holds various flow control limits the caller of |