On Tue, Oct 23 2007, Christian Borntraeger wrote: > Fix sctp compile > > sctp fails to compile with > net/sctp/sm_make_chunk.c: In function 'sctp_pack_cookie': > net/sctp/sm_make_chunk.c:1516: error: implicit declaration of function > 'sg_init_table' > net/sctp/sm_make_chunk.c:1517: error: implicit declaration of function > 'sg_set_page' > > use the proper include file. > > SCTP maintainers Vlad Yasevich and Sridhar Samudrala are CCed. > > Signed-off-by: Christian Borntraeger <[EMAIL PROTECTED]>
Looks good, thanks! -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

