kdrive: Fix a few easy cast warnings.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
@@ -63,7 +63,7 @@ LinuxVTRequest(int sig)
|
||||
|
||||
/* Check before chowning -- this avoids touching the file system */
|
||||
static void
|
||||
LinuxCheckChown(char *file)
|
||||
LinuxCheckChown(const char *file)
|
||||
{
|
||||
struct stat st;
|
||||
__uid_t u;
|
||||
|
||||
Reference in New Issue
Block a user