summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2009-01-06 12:10:23 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2009-01-06 12:10:23 +0000
commit8d7531d51ad20fb2612d3bb1a108015aec893300 (patch)
tree9dfc6a6aed88728594b4de919d80ac40b47e592b
parente8ddd3826c591440a25d10d2e3374a795baad9ff (diff)
Notes
-rw-r--r--lib/libc/sys/modstat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 66d23dbd3453..439cce7bd48e 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 13, 2007
+.Dd July 15, 2008
.Dt MODSTAT 2
.Os
.Sh NAME
@@ -55,9 +55,9 @@ struct module_stat {
};
typedef union modspecific {
int intval;
- u_int u_intval;
+ u_int uintval;
long longval;
- u_long u_longval;
+ u_long ulongval;
} modspecific_t;
.Ed
.Pp