]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/sm_make_chunk.c
[PATCH] m32r: fix #if warnings
[linux-2.6-omap-h63xx.git] / net / sctp / sm_make_chunk.c
index 10e82ec2ebd3eabfbafc6ecfcf96b3577422e08e..660c61bdf16423c883dff5291fd60e2067b552d9 100644 (file)
@@ -554,7 +554,7 @@ struct sctp_chunk *sctp_make_datafrag_empty(struct sctp_association *asoc,
        dp.ppid   = sinfo->sinfo_ppid;
 
        /* Set the flags for an unordered send.  */
-       if (sinfo->sinfo_flags & MSG_UNORDERED) {
+       if (sinfo->sinfo_flags & SCTP_UNORDERED) {
                flags |= SCTP_DATA_UNORDERED;
                dp.ssn = 0;
        } else