svn commit: r186812 - in stable/6/lib/libc: . inet sys

Daniel Gerzo danger at FreeBSD.org
Tue Jan 6 12:12:40 UTC 2009


Author: danger (doc committer)
Date: Tue Jan  6 12:12:39 2009
New Revision: 186812
URL: http://svn.freebsd.org/changeset/base/186812

Log:
  MFC r180534:
  
  - Update the definition of modspecific structure
  
  PR:		docs/125630
  Submitted by:	Mateusz Guzik <mjguzik at gmail.com>

Modified:
  stable/6/lib/libc/   (props changed)
  stable/6/lib/libc/inet/inet_net_pton.c   (props changed)
  stable/6/lib/libc/sys/   (props changed)
  stable/6/lib/libc/sys/modstat.2

Modified: stable/6/lib/libc/sys/modstat.2
==============================================================================
--- stable/6/lib/libc/sys/modstat.2	Tue Jan  6 12:10:23 2009	(r186811)
+++ stable/6/lib/libc/sys/modstat.2	Tue Jan  6 12:12:39 2009	(r186812)
@@ -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