summaryrefslogtreecommitdiffstats
path: root/sys/svr4/svr4_proto.h
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-07-30 12:45:21 +0000
committernewton <newton@FreeBSD.org>1999-07-30 12:45:21 +0000
commit8cf6f8ca29b9ea93f0dcd250b94cfa0011b9c8a2 (patch)
treeed382a62a3cdf802db21a9d610268941823566de /sys/svr4/svr4_proto.h
parent6f0fb2923fc8d262d8c8ea9b5cbdd3a20f858cc2 (diff)
downloadFreeBSD-src-8cf6f8ca29b9ea93f0dcd250b94cfa0011b9c8a2.zip
FreeBSD-src-8cf6f8ca29b9ea93f0dcd250b94cfa0011b9c8a2.tar.gz
Add $Id$ tags
Diffstat (limited to 'sys/svr4/svr4_proto.h')
-rw-r--r--sys/svr4/svr4_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/svr4/svr4_proto.h b/sys/svr4/svr4_proto.h
index 101d36e..6a234e7 100644
--- a/sys/svr4/svr4_proto.h
+++ b/sys/svr4/svr4_proto.h
@@ -372,10 +372,10 @@ struct svr4_sys_send_args {
};
struct svr4_sys_sendto_args {
int s; char s_[PAD_(int)];
- const void * buf; char buf_[PAD_(const void *)];
+ void * buf; char buf_[PAD_(void *)];
size_t len; char len_[PAD_(size_t)];
int flags; char flags_[PAD_(int)];
- const struct sockaddr * to; char to_[PAD_(const struct sockaddr *)];
+ struct sockaddr * to; char to_[PAD_(struct sockaddr *)];
int tolen; char tolen_[PAD_(int)];
};
int svr4_sys_open __P((struct proc *, struct svr4_sys_open_args *));
OpenPOWER on IntegriCloud