summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:38:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:38:57 +0000
commit5c15f279882549eaa0943a8a89ae4bfd69f0d194 (patch)
tree5d17eaa0643e95feb4da8c4db34cfc698490c82f /cpukit/ChangeLog
parentInclude <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>. (diff)
downloadrtems-5c15f279882549eaa0943a8a89ae4bfd69f0d194.tar.bz2
2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/include/rpc/rpc_com.h: Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 32a16af091..fe98a4f7ee 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* Makefile.am: Remove libcsupport/include/sys/cdefs.h.
* libcsupport/Makefile.am: Remove include/rtems/cdefs.h.
* include/rtems/bsd/sys/queue.h, libcsupport/include/sys/ioccom.h,
@@ -19,8 +20,8 @@
librpc/include/rpc/pmap_clnt.h, librpc/include/rpc/pmap_prot.h,
librpc/include/rpc/pmap_rmt.h, librpc/include/rpc/svc.h,
librpc/include/rpc/svc_soc.h, librpc/include/rpc/xdr.h,
- librpc/include/rpcsvc/ypclnt.h: Include <rtems/bsd/sys/cdefs.h>
- instead of <sys/cdefs.h>.
+ librpc/include/rpcsvc/ypclnt.h, librpc/include/rpc/rpc_com.h:
+ Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>