summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-07-06 09:57:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-07-06 09:57:10 +0000
commit707a733a1b1849cbf4a3e37cebdc865893131100 (patch)
tree7f88567c945bfead5d25f6bd3019308bb31cb068
parentFix spelling mistake. (diff)
downloadrtems-707a733a1b1849cbf4a3e37cebdc865893131100.tar.bz2
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/lib/syslog.c: Fix spelling mistake. * libnetworking/sys/uio.h: Partial update from FreeBSD. * libnetworking/kern/kern_subr.c: Reflect changes above.
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libnetworking/kern/kern_subr.c5
2 files changed, 7 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1b7de44ead..b89e11fbee 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libnetworking/lib/syslog.c: Fix spelling mistake.
+ * libnetworking/sys/uio.h: Partial update from FreeBSD.
+ * libnetworking/kern/kern_subr.c: Reflect changes above.
+
2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/ide_part_table.h: Add C++ guards.
diff --git a/cpukit/libnetworking/kern/kern_subr.c b/cpukit/libnetworking/kern/kern_subr.c
index 71e51fc442..8d17a81205 100644
--- a/cpukit/libnetworking/kern/kern_subr.c
+++ b/cpukit/libnetworking/kern/kern_subr.c
@@ -46,10 +46,7 @@
#include <sys/queue.h>
int
-uiomove(cp, n, uio)
- register caddr_t cp;
- register int n;
- register struct uio *uio;
+uiomove(void *cp, int n, struct uio *uio)
{
register struct iovec *iov;
u_int cnt;