mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 16:18:12 +08:00
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/socket.h (struct sockwakeup): Use void* instead of caddr_t.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/sys/socket.h (struct sockwakeup):
|
||||
Use void* instead of caddr_t.
|
||||
* librpc/include/rpc/xdr.h: Cosmetics from freebsd.
|
||||
|
||||
2010-05-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -123,8 +123,8 @@ struct linger {
|
||||
*/
|
||||
struct socket;
|
||||
struct sockwakeup {
|
||||
void (*sw_pfn)(struct socket *, caddr_t);
|
||||
caddr_t sw_arg;
|
||||
void (*sw_pfn)(struct socket *, void *);
|
||||
void *sw_arg;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user