Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 3226a6f137a7ed2b445ae111b02fe73d > files > 6

amsn-0.98.4-9.mga2.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;