Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
This commit is contained in:
parent
951fd78f6c
commit
3fa8ffda1a
45 changed files with 89 additions and 89 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: framer-nullmac.c,v 1.1 2009/10/19 18:30:03 adamdunkels Exp $
|
||||
* $Id: framer-nullmac.c,v 1.2 2010/06/14 19:19:16 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -38,7 +38,7 @@
|
|||
*/
|
||||
|
||||
#include "net/mac/framer-nullmac.h"
|
||||
#include "net/rime/packetbuf.h"
|
||||
#include "net/packetbuf.h"
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue