summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 12:39:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 12:39:33 +0000
commitd422a4d85a6ffe2ba124aa71410eb1d8b0f41cd9 (patch)
treec05e7e2a6c76bd990adb20588a972ba4fff13796 /cpukit/ChangeLog
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d422a4d85a6ffe2ba124aa71410eb1d8b0f41cd9.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c: Revert to using u_long instead of rpcprog_t, rpcvers_t to stay bug-ward compatible to freebsd.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0b694fbdc1..ed39d4854e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c:
+ Revert to using u_long instead of rpcprog_t, rpcvers_t
+ to stay bug-ward compatible to freebsd.
* librpc/src/xdr/xdr_mem.c: Cosmetics from freebsd.
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>