]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/commoncap.c
Make do_execve() take a const filename pointer
[net-next-2.6.git] / security / commoncap.c
index 4e015996dd4d6d316cbbef4c9fafb2c2e48c9e34..9d172e6e330c9fd7906a8a2e5754713f80dfb433 100644 (file)
@@ -40,7 +40,7 @@
  *
  * Warn if that happens, once per boot.
  */
-static void warn_setuid_and_fcaps_mixed(char *fname)
+static void warn_setuid_and_fcaps_mixed(const char *fname)
 {
        static int warned;
        if (!warned) {