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/d226d7c77278
branches: trunk
changeset: 343115:d226d7c77278
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 bafd5c8212ff -r d226d7c77278 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) */
};
/*
- Prev by Date:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Next by Date:
[src/trunk]: src/lib/libusbhid Uses __BEGIN_DECLS so needs sys/cdefs.h; also ...
- Previous by Thread:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Next by Thread:
[src/trunk]: src/lib/libusbhid Uses __BEGIN_DECLS so needs sys/cdefs.h; also ...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index