lib: fix warnings in fallback set_time logic

Fix the build time warnings:

safe_file_ops.c: In function 'safe_touch':
safe_file_ops.c:237:4: warning: passing argument 2 of 'set_time' discards 'const' qualifier from pointer target type [enabled by default]
safe_file_ops.c:165:13: note: expected 'struct timespec *' but argument is of type 'const struct timespec *'
safe_file_ops.c:239:4: warning: passing argument 2 of 'set_time' discards 'const' qualifier from pointer target type [enabled by default]
safe_file_ops.c:165:13: note: expected 'struct timespec *' but argument is of type 'const struct timespec *'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1 file changed