summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/socket.h')
-rw-r--r--cpukit/libnetworking/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h
index 45bb9151f3..0bc1dcdefa 100644
--- a/cpukit/libnetworking/sys/socket.h
+++ b/cpukit/libnetworking/sys/socket.h
@@ -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;
};
/*