Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

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


Modified Files:
        freqset.c 


Log Message:
Fix compiler warnings.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/freqset.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- freqset.c   18 Apr 2005 14:33:24 -0000      1.1
+++ freqset.c   1 May 2005 15:40:26 -0000       1.2
@@ -1,11 +1,14 @@
 #include <stdio.h>
+#include <stdlib.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <string.h>
+
 
 int
 main(int argc, char *argv[])
 {
    int new_frequency = 0;
-   char *new_governor = NULL;
-   char buf[4096];
    FILE *f;
    
    if (argc != 3)




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to