SOURCES: util-linux-mount-sloppy.patch - no const
baggins
baggins at pld-linux.org
Sun Mar 25 17:40:10 CEST 2007
Author: baggins Date: Sun Mar 25 15:40:10 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- no const
---- Files affected:
SOURCES:
util-linux-mount-sloppy.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/util-linux-mount-sloppy.patch
diff -u SOURCES/util-linux-mount-sloppy.patch:1.1 SOURCES/util-linux-mount-sloppy.patch:1.2
--- SOURCES/util-linux-mount-sloppy.patch:1.1 Sat Mar 24 22:20:38 2007
+++ SOURCES/util-linux-mount-sloppy.patch Sun Mar 25 17:40:05 2007
@@ -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());
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/util-linux-mount-sloppy.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list