loopback01: Does not include rtems specific net files

This commit is contained in:
Joel Sherrill
2012-07-27 08:14:05 -05:00
parent 7d69fb33a6
commit 04ca033095
3 changed files with 84 additions and 2 deletions

View File

@@ -6,8 +6,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <freebsd/bsd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
@@ -17,6 +15,7 @@ void print_test_name(void)
}
/* XXX remaining init configuration to evaluate */
#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 50
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \