From 8bbe9ea012beff45e69e2635cb629a54b8b669bf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Apr 2004 04:22:30 +0000 Subject: Fix typos. --- cpukit/libnetworking/sys/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h index c56fc9d320..e6187f299f 100644 --- a/cpukit/libnetworking/sys/socket.h +++ b/cpukit/libnetworking/sys/socket.h @@ -167,7 +167,7 @@ struct sockaddr { */ struct sockproto { unsigned short sp_family; /* address family */ - uusigned short sp_protocol; /* protocol */ + unsigned short sp_protocol; /* protocol */ }; /* @@ -343,7 +343,7 @@ struct omsghdr { int msg_namelen; /* size of address */ struct iovec *msg_iov; /* scatter/gather array */ int msg_iovlen; /* # elements in msg_iov */ - void *msg_accrights; /* access rights sent/received */ + char *msg_accrights; /* access rights sent/received */ int msg_accrightslen; }; -- cgit v1.2.3