Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/sys Pull up revision 1.92 (requested by windsor):



details:   https://anonhg.NetBSD.org/src/rev/dab7fed95ae2
branches:  netbsd-1-5
changeset: 492756:dab7fed95ae2
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 23:11:20 2002 +0000

description:
Pull up revision 1.92 (requested by windsor):
  Widen cr_ref to prevent overflow.
(Missed in previous round of commits on this issue.)

diffstat:

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

diffs (18 lines):

diff -r cbfb9d6d30d3 -r dab7fed95ae2 sys/sys/mount.h
--- a/sys/sys/mount.h   Sat Feb 09 22:56:01 2002 +0000
+++ b/sys/sys/mount.h   Sat Feb 09 23:11:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount.h,v 1.85 2000/06/10 18:44:44 sommerfeld Exp $    */
+/*     $NetBSD: mount.h,v 1.85.2.1 2002/02/09 23:11:20 he Exp $        */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -387,7 +387,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