]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - security/selinux/ss/policydb.c
lib/vsprintf.c: remove %Z support
[karo-tx-linux.git] / security / selinux / ss / policydb.c
index d719db4219cd2222aacc2d75a3bc4f64925ba435..9c92f29a38ea4fa9b481f0e06a0e640b5538751a 100644 (file)
@@ -2266,7 +2266,7 @@ int policydb_read(struct policydb *p, void *fp)
        len = le32_to_cpu(buf[1]);
        if (len != strlen(POLICYDB_STRING)) {
                printk(KERN_ERR "SELinux:  policydb string length %d does not "
-                      "match expected length %Zu\n",
+                      "match expected length %zu\n",
                       len, strlen(POLICYDB_STRING));
                goto bad;
        }