svn commit: r186811 - in stable/7/lib/libc: . string sys
Daniel Gerzo
danger at FreeBSD.org
Tue Jan 6 12:10:26 UTC 2009
Author: danger (doc committer)
Date: Tue Jan 6 12:10:23 2009
New Revision: 186811
URL: http://svn.freebsd.org/changeset/base/186811
Log:
MFC r180534:
- Update the definition of modspecific structure
PR: docs/125630
Submitted by: Mateusz Guzik <mjguzik at gmail.com>
Modified:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/string/ffsll.c (props changed)
stable/7/lib/libc/string/flsll.c (props changed)
stable/7/lib/libc/sys/modstat.2
Modified: stable/7/lib/libc/sys/modstat.2
==============================================================================
--- stable/7/lib/libc/sys/modstat.2 Tue Jan 6 11:11:58 2009 (r186810)
+++ stable/7/lib/libc/sys/modstat.2 Tue Jan 6 12:10:23 2009 (r186811)
@@ -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
More information about the svn-src-stable
mailing list