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.
This commit is contained in:
Ralf Corsepius
2005-07-06 09:57:10 +00:00
parent 4b35e0e24e
commit 707a733a1b
2 changed files with 7 additions and 4 deletions

View File

@@ -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.

View File

@@ -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;