]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- don't use C99 in just one place
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Jan 2004 10:19:09 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysvinit-selinux.patch -> 1.2

sysvinit-selinux.patch

index f1ef6b2e2c8e5f2431f80a669bbd1cb40e0d065e..3076bade92b8332b070d308f38ce16eccf8ade3c 100644 (file)
  
 +#ifdef WITH_SELINUX
 +      if (getenv("SELINUX_INIT") == NULL) {
-+        putenv("SELINUX_INIT=YES");
 +        int enforce=0;
++        putenv("SELINUX_INIT=YES");
 +        if (load_policy(&enforce) == 0 ) {
 +          execv(myname, argv);
 +        } else {
This page took 0.029272 seconds and 4 git commands to generate.