diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-07 17:13:14 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-07 17:13:14 +0000 |
| commit | ecbb00a2629050fd720dc376a33c45f4ad767cea (patch) | |
| tree | 1113fd99d363889650b503b7f993603f9423465a /sys/fs/procfs/procfs_vfsops.c | |
| parent | 37a8b7dcb8bdd78373c1d4afa4c423c119314e86 (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
| -rw-r--r-- | sys/fs/procfs/procfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c index f75de093c165..0827be178f9f 100644 --- a/sys/fs/procfs/procfs_vfsops.c +++ b/sys/fs/procfs/procfs_vfsops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95 * - * $Id: procfs_vfsops.c,v 1.20 1998/03/01 22:46:22 msmith Exp $ + * $Id: procfs_vfsops.c,v 1.21 1998/05/06 05:29:36 msmith Exp $ */ /* @@ -75,7 +75,7 @@ procfs_mount(mp, path, data, ndp, p) struct nameidata *ndp; struct proc *p; { - u_int size; + size_t size; if (UIO_MX & (UIO_MX-1)) { log(LOG_ERR, "procfs: invalid directory entry size\n"); |
