Source-Changes-HG archive

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

[src/trunk]: src/sys/sys use struct uucred in export_args.



details:   https://anonhg.NetBSD.org/src/rev/db18ba142cbd
branches:  trunk
changeset: 518396:db18ba142cbd
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 29 21:20:17 2001 +0000

description:
use struct uucred in export_args.

diffstat:

 sys/sys/mount.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 603781c50350 -r db18ba142cbd sys/sys/mount.h
--- a/sys/sys/mount.h   Thu Nov 29 21:20:00 2001 +0000
+++ b/sys/sys/mount.h   Thu Nov 29 21:20:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount.h,v 1.91 2001/09/15 16:13:03 chs Exp $   */
+/*     $NetBSD: mount.h,v 1.92 2001/11/29 21:20:17 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -390,7 +390,7 @@
 struct export_args {
        int     ex_flags;               /* export related flags */
        uid_t   ex_root;                /* mapping for root uid */
-       struct  ucred ex_anon;          /* mapping for anonymous user */
+       struct  uucred ex_anon;         /* mapping for anonymous user */
        struct  sockaddr *ex_addr;      /* net address to which exported */
        int     ex_addrlen;             /* and the net address length */
        struct  sockaddr *ex_mask;      /* mask of valid bits in saddr */



Home | Main Index | Thread Index | Old Index