summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 16:26:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 16:26:35 +0000
commit2538e7ae0dedbd29090a8e20c0925ed01e9905d6 (patch)
treeefdb33c4cd0c84136cf757709872f7bd7cac8206 /cpukit/ChangeLog
parentAdd support for interrupt controller allocation. This will provides a (diff)
downloadrtems-2538e7ae0dedbd29090a8e20c0925ed01e9905d6.tar.bz2
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/clnt_stat.h, librpc/include/rpc/rpcent.h: New (From FreeBSD). * librpc/include/rpc/rpc.h: Partial update from FreeBSD. * librpc/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3dd96afdaf..19a73f2869 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * librpc/include/rpc/clnt_stat.h, librpc/include/rpc/rpcent.h:
+ New (From FreeBSD).
+ * librpc/include/rpc/rpc.h: Partial update from FreeBSD.
+ * librpc/Makefile.am: Reflect changes above.
+
+2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* librpc/include/rpc/types.h: Partial update from FreeBSD.
Use stdint.h types instead of sys/types.h.
* librpc/src/rpc/bindresvport.c: Partial update from FreeBSD.