Begin to trim rtems/ from include file paths - start with freebsd

This commit is contained in:
Joel Sherrill
2012-03-08 08:56:25 -06:00
parent 9a8e3e0dd0
commit 03d4faf086
479 changed files with 7925 additions and 7917 deletions

View File

@@ -124,9 +124,9 @@ struct mbuf;
* gateway rather than the ultimate destination.
*/
#ifndef RNF_NORMAL
#include <rtems/freebsd/net/radix.h>
#include <freebsd/net/radix.h>
#ifdef RADIX_MPATH
#include <rtems/freebsd/net/radix_mpath.h>
#include <freebsd/net/radix_mpath.h>
#endif
#endif
struct rtentry {
@@ -436,7 +436,7 @@ int rtrequest_fib(int, struct sockaddr *,
struct sockaddr *, struct sockaddr *, int, struct rtentry **, u_int);
int rtrequest1_fib(int, struct rt_addrinfo *, struct rtentry **, u_int);
#include <rtems/freebsd/sys/eventhandler.h>
#include <freebsd/sys/eventhandler.h>
typedef void (*rtevent_arp_update_fn)(void *, struct rtentry *, uint8_t *, struct sockaddr *);
typedef void (*rtevent_redirect_fn)(void *, struct rtentry *, struct rtentry *, struct sockaddr *);
EVENTHANDLER_DECLARE(route_arp_update_event, rtevent_arp_update_fn);