Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_main.c 


Log Message:
More BSD/Linux trapping.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c        20 Mar 2006 22:45:51 -0000      1.4
+++ e_mod_main.c        20 Mar 2006 22:51:08 -0000      1.5
@@ -1876,9 +1876,11 @@
    mounted = _mbar_parse_file(PROCMOUNTS, path);
    if (mounted <= 0) 
      {
+       #ifdef LINUX
        mounted = _mbar_parse_file(MTAB, path);
        if (mounted <= 0)
          mounted = 0;
+       #endif
      }
    return mounted;
 }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to