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:
Eric Anholt
2013-08-17 13:07:23 +02:00
parent a9c48a07ee
commit 56c405d46a
4 changed files with 5 additions and 5 deletions

View File

@@ -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;