From d849f682459dd2ccc69bf3e22df0004fc087357b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Apr 2002 14:35:46 +0000 Subject: add a couple `const' --- src/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/stat.c b/src/stat.c index dba049c60..336693068 100644 --- a/src/stat.c +++ b/src/stat.c @@ -272,7 +272,7 @@ print_human_fstype (struct statfs const *statfsbuf) } static void -print_human_access(struct stat const *statbuf) +print_human_access (struct stat const *statbuf) { char modebuf[11]; mode_string (statbuf->st_mode, modebuf); @@ -281,7 +281,7 @@ print_human_access(struct stat const *statbuf) } static void -print_human_time(time_t *t) +print_human_time (time_t const *t) { char str[40]; -- cgit v1.2.3-54-g00ecf