Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/autofs autofs: u_int -> unsigned int



details:   https://anonhg.NetBSD.org/src/rev/14c8769192b2
branches:  trunk
changeset: 846572:14c8769192b2
user:      tkusumi <tkusumi%NetBSD.org@localhost>
date:      Sat Nov 23 08:00:59 2019 +0000

description:
autofs: u_int -> unsigned int

diffstat:

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

diffs (18 lines):

diff -r 6a49e42f0214 -r 14c8769192b2 sys/fs/autofs/autofs.h
--- a/sys/fs/autofs/autofs.h    Sat Nov 23 07:38:03 2019 +0000
+++ b/sys/fs/autofs/autofs.h    Sat Nov 23 08:00:59 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autofs.h,v 1.2 2019/11/23 07:38:03 tkusumi Exp $       */
+/*     $NetBSD: autofs.h,v 1.3 2019/11/23 08:00:59 tkusumi Exp $       */
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@
        char                            ar_key[AUTOFS_MAXPATHLEN];
        char                            ar_options[AUTOFS_MAXPATHLEN];
        struct callout                  ar_callout;
-       volatile u_int                  ar_refcount;
+       volatile unsigned int           ar_refcount;
 };
 
 struct autofs_softc {



Home | Main Index | Thread Index | Old Index