Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e03bc63e63839f10ed76ff89e9978a24 > files > 5

amsn-0.98.9-6.mga3.src.rpm

--- utils/linux/capture/libng/grab-ng.c.gcc	2011-04-01 09:23:37.000000000 +0200
+++ utils/linux/capture/libng/grab-ng.c	2011-04-01 09:25:59.000000000 +0200
@@ -877,7 +877,7 @@
 		goto err;
 	    }
     } else {
-        if (-1 == (fd = open(device, flags))) {
+        if (-1 == (fd = open(device, flags, 0777))) {
                 if (complain)
                     fprintf(stderr,"open(%s): %s\n",device,strerror(errno));
                 goto err;