Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 12:10:23 +0000 (UTC)
From:      Daniel Gerzo <danger@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r186811 - in stable/7/lib/libc: . string sys
Message-ID:  <200901061210.n06CANMM030154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901061210.n06CANMM030154>