Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/battery


Modified Files:
        e_mod_main.c 


Log Message:
don't try and compile BSD stuffs in linux
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_main.c        2 Aug 2005 09:55:03 -0000       1.37
+++ e_mod_main.c        2 Aug 2005 15:05:48 -0000       1.38
@@ -1076,6 +1076,7 @@
    return stat;
 }
 
+#ifdef __FreeBSD__
 static Status *
 _battery_bsd_acpi_check(Battery *ef)
 {
@@ -1332,6 +1333,7 @@
    
    return stat;
 }
+#endif
 
 static void
 _battery_face_level_set(Battery_Face *ef, double level)




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to