Hello,
Patch against 2.6.26.
ss/services.c services-remove-unneeded-cast.patch attached.
Best regards,
vmk
--
************************************************************************
Tietotekniikkaosasto / Helsingin yliopisto
IT Department / University of Helsinki
************************************************************************
--- linux-2.6.26/security/selinux/ss/services.c 2008-07-14 00:51:29.000000000 +0300
+++ linux-2.6.26-vmk/security/selinux/ss/services.c 2008-07-20 14:28:57.000000000 +0300
@@ -754,7 +754,7 @@
/* Parse the security context. */
rc = -EINVAL;
- scontextp = (char *) scontext2;
+ scontextp = scontext2;
/* Extract the user. */
p = scontextp;