Author: aurel32
Date: 2009-05-22 05:50:16 +0000 (Fri, 22 May 2009)
New Revision: 3521

Modified:
   
glibc-package/branches/eglibc-2.10/debian/patches/any/local-dynamic-resolvconf.diff
Log:
Fix a warning introduced by local-dynamic-resolvconf.diff


Modified: 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-dynamic-resolvconf.diff
===================================================================
--- 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-dynamic-resolvconf.diff
 2009-05-21 21:55:02 UTC (rev 3520)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-dynamic-resolvconf.diff
 2009-05-22 05:50:16 UTC (rev 3521)
@@ -33,7 +33,7 @@
 -              if (__res_initstamp != resp->_u._ext.initstamp) {
 +              ret = stat (_PATH_RESCONF, &statbuf);
 +              if ((__res_initstamp != resp->_u._ext.initstamp)
-+                  || (ret == 0) && (last_mtime != statbuf.st_mtime)) {
++                  || ((ret == 0) && (last_mtime != statbuf.st_mtime))) {
 +                      last_mtime = statbuf.st_mtime;
                        if (resp->nscount > 0)
                                __res_iclose (resp, true);


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to