Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 rename xopen-ish iovec and msghdr structs



details:   https://anonhg.NetBSD.org/src/rev/ba45da73a9fc
branches:  trunk
changeset: 472858:ba45da73a9fc
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon May 10 04:18:22 1999 +0000

description:
rename xopen-ish iovec and msghdr structs

diffstat:

 sys/compat/osf1/osf1.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r b5ddd4521f28 -r ba45da73a9fc sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Mon May 10 03:58:50 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Mon May 10 04:18:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.18 1999/05/10 03:58:50 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.19 1999/05/10 04:18:22 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -430,17 +430,17 @@
 struct osf1_msghdr {
        osf1_data_ptr   msg_name;
        osf1_u_int      msg_namelen;
-       osf1_data_ptr   msg_iov;                /* struct osf1_xopen_iovec * */
+       osf1_data_ptr   msg_iov;                /* struct osf1_iovec_xopen * */
        osf1_u_int      msg_iovlen;
        osf1_data_ptr   msg_control;
        osf1_u_int      msg_controllen;
        osf1_int        msg_flags;
 };
 
-struct osf1_xopen_msghdr {
+struct osf1_msghdr_xopen {
        osf1_data_ptr   msg_name;
        osf1_size_t     msg_namelen;
-       osf1_data_ptr   msg_iov;                /* struct osf1_xopen_iovec * */
+       osf1_data_ptr   msg_iov;                /* struct osf1_iovec_xopen * */
        osf1_int        msg_iovlen;
        osf1_data_ptr   msg_control;
        osf1_size_t     msg_controllen;
@@ -531,7 +531,7 @@
        osf1_int        iov_len;
 };
 
-struct osf1_xopen_iovec {
+struct osf1_iovec_xopen {
        osf1_data_ptr   iov_base;
        osf1_size_t     iov_len;
 };



Home | Main Index | Thread Index | Old Index