forked from Imagelibrary/rtems
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:
@@ -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>
|
2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libblock/include/rtems/ide_part_table.h: Add C++ guards.
|
* libblock/include/rtems/ide_part_table.h: Add C++ guards.
|
||||||
|
|||||||
@@ -46,10 +46,7 @@
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
uiomove(cp, n, uio)
|
uiomove(void *cp, int n, struct uio *uio)
|
||||||
register caddr_t cp;
|
|
||||||
register int n;
|
|
||||||
register struct uio *uio;
|
|
||||||
{
|
{
|
||||||
register struct iovec *iov;
|
register struct iovec *iov;
|
||||||
u_int cnt;
|
u_int cnt;
|
||||||
|
|||||||
Reference in New Issue
Block a user