Author: jfv Date: Sat Dec 4 06:38:21 2010 New Revision: 216176 URL: http://svn.freebsd.org/changeset/base/216176
Log: Correct build error. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c ============================================================================== --- head/sys/dev/e1000/if_em.c Sat Dec 4 05:58:56 2010 (r216175) +++ head/sys/dev/e1000/if_em.c Sat Dec 4 06:38:21 2010 (r216176) @@ -4303,7 +4303,6 @@ next_desc: static __inline void em_rx_discard(struct rx_ring *rxr, int i) { - struct adapter *adapter = rxr->adapter; struct em_buffer *rbuf; rbuf = &rxr->rx_buffers[i]; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"