source: rtems/cpukit/include/memory.h @ 2afb22b

5
Last change on this file since 2afb22b was bb679b3, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/13 at 19:09:18

Move <memory.h> and <sys/uio.h> to non-networking directory

These two header files were installed from libnetworking even
when networking was disabled. This patch moves them to a
non-networking location and updates uio.h to match the FreeBSD 8.x
source being used for the USB stack and TCP/IP stack upgrade.

  • cpukit/include/memory.h Move from cpukit/libnetworking/memory.h. No changes
  • cpukit/include/sys/uio.h Move from cpukit/libnetworking/sys/uio.h. Replace with FreeBSD 8.x version.
  • cpukit/include/sys/_iovec.h New. FreeBSD 8.x file supporting <sys/uio.h>.
  • cpukit/Makefile.am Reflect movement of <memory.h> and <sys/uio.h>.
  • cpukit/preinstall.am Regenerate
  • cpukit/libnetworking/nfs/bootp_subr.c Eliminate use of uio_procp field no longer in FreeBSD structure. This field was set and never read so eliminating the set has no impact.
  • Property mode set to 100644
File size: 93 bytes
Line 
1/**
2 * @file memory.h
3 *
4 * Dummy include file for FreeBSD routines
5 */
6
7#include <string.h>
Note: See TracBrowser for help on using the repository browser.