1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-13 05:51:19 +02:00

(get_fs_usage): Declare parameter PATH to be const.

This commit is contained in:
Jim Meyering
1996-05-17 03:16:34 +00:00
parent b80225264a
commit bae16cb45b

View File

@@ -90,7 +90,8 @@ adjust_blocks (blocks, fromsize, tosize)
int
get_fs_usage (path, disk, fsp)
char *path, *disk;
const char *path;
const char *disk;
struct fs_usage *fsp;
{
#if defined (STAT_STATFS3_OSF1)