aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2007-06-13 19:22:29 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2007-06-13 19:22:29 +0000
commitd143a3d97161e49c1fa75398df01f36dfbd9d89c (patch)
tree0f8c7392b7cce354a7b2c652ab0f9d15f03537bb
parent89a630d080fae5103111d36b0c753ded47f9144d (diff)
downloadsrc-d143a3d97161e49c1fa75398df01f36dfbd9d89c.tar.gz
src-d143a3d97161e49c1fa75398df01f36dfbd9d89c.zip
Catch up with the code.
Submitted by: peter
Notes
Notes: svn path=/head/; revision=170683
-rw-r--r--lib/libc/sys/modstat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 935623243c8c..66d23dbd3453 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 28, 2000
+.Dd June 13, 2007
.Dt MODSTAT 2
.Os
.Sh NAME
@@ -48,7 +48,7 @@ into
.Bd -literal
struct module_stat {
int version; /* set to sizeof(module_stat) */
- char name[MAXPATHLEN];
+ char name[MAXMODNAME];
int refs;
int id;
modspecific_t data;