mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-10 08:59:34 -04:00
(get_fs_usage): Declare parameter PATH to be const.
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user