summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c
index af00071..c784a9a 100644
--- a/usr.sbin/mount_nwfs/mount_nwfs.c
+++ b/usr.sbin/mount_nwfs/mount_nwfs.c
@@ -79,7 +79,8 @@ main(int argc, char *argv[]) {
struct nw_entry_info einfo;
struct tm *tm;
time_t ltime;
- int opt, error, mntflags, nlsopt, wall_clock, len;
+ int opt, error, mntflags, nlsopt, wall_clock;
+ size_t len;
int mib[2];
char *p, *p1, tmp[1024];
u_char *pv;
OpenPOWER on IntegriCloud