Subject: CVS commit: src/sbin/mount_tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 09/25/2005 08:15:30
Module Name: src
Committed By: jmmv
Date: Sun Sep 25 08:15:30 UTC 2005
Modified Files:
src/sbin/mount_tmpfs: mount_tmpfs.c
Log Message:
Change two variables from size_t to long as they are used with long
values (strtol). Silences a warning from lint.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/mount_tmpfs/mount_tmpfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.