Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 23:47:04 UTC 2016

Modified Files:
        src/sys/sys: wdog.h

Log Message:
u_int -> unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/wdog.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/wdog.h
diff -u src/sys/sys/wdog.h:1.3 src/sys/sys/wdog.h:1.4
--- src/sys/sys/wdog.h:1.3	Sun Dec 11 12:25:21 2005
+++ src/sys/sys/wdog.h	Fri Jan 22 23:47:04 2016
@@ -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) */
 };
 
 /*

Reply via email to