]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- no const
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Mar 2007 15:40:05 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-mount-sloppy.patch -> 1.2

util-linux-mount-sloppy.patch

index 4dc338f94c253734571c50eee5c6c8d3f5416306..f5778da4e64a376ea2ff4005a8236bbd6a606b7a 100644 (file)
@@ -6,8 +6,8 @@
         if (stat(mountprog, &statbuf) == 0) {
            res = fork();
            if (res == 0) {
--               const char *oo, *mountargs[10];
-+               const char *oo, *mountargs[12];
+-               char *oo, *mountargs[10];
++               char *oo, *mountargs[12];
                 int i = 0;
  
                 setuid(getuid());
This page took 0.03064 seconds and 4 git commands to generate.