Source-Changes-HG archive

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

[src/trunk]: src/sys/sys u_int -> unsigned



details:   https://anonhg.NetBSD.org/src/rev/c8fe58fe6fbd
branches:  trunk
changeset: 813257:c8fe58fe6fbd
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:47:04 2016 +0000

description:
u_int -> unsigned

diffstat:

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

diffs (18 lines):

diff -r f5e4a8659ab1 -r c8fe58fe6fbd sys/sys/wdog.h
--- a/sys/sys/wdog.h    Fri Jan 22 23:46:07 2016 +0000
+++ b/sys/sys/wdog.h    Fri Jan 22 23:47:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdog.h,v 1.3 2005/12/11 12:25:21 christos Exp $        */
+/*     $NetBSD: wdog.h,v 1.4 2016/01/22 23:47:04 dholland Exp $        */
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -48,7 +48,7 @@
 struct wdog_mode {
        char wm_name[WDOG_NAMESIZE];
        int wm_mode;            /* timer mode */
-       u_int wm_period;        /* timer period (seconds) */
+       unsigned wm_period;     /* timer period (seconds) */
 };
 
 /*



Home | Main Index | Thread Index | Old Index