From 707a733a1b1849cbf4a3e37cebdc865893131100 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 6 Jul 2005 09:57:10 +0000 Subject: 2005-07-06 Ralf Corsepius * libnetworking/lib/syslog.c: Fix spelling mistake. * libnetworking/sys/uio.h: Partial update from FreeBSD. * libnetworking/kern/kern_subr.c: Reflect changes above. --- cpukit/ChangeLog | 6 ++++++ cpukit/libnetworking/kern/kern_subr.c | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'cpukit') 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 + + * 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 * 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 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; -- cgit v1.2.3