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

@@ -30,13 +30,13 @@
/* $KAME: sctp_output.h,v 1.14 2005/03/06 16:04:18 itojun Exp $ */
#include <rtems/freebsd/sys/cdefs.h>
#include <freebsd/sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef __sctp_output_h__
#define __sctp_output_h__
#include <rtems/freebsd/netinet/sctp_header.h>
#include <freebsd/netinet/sctp_header.h>
#if defined(_KERNEL) || defined(__Userspace__)