Fix compiler warnings.

SVN revision: 14529
This commit is contained in:
sebastid 2005-05-01 15:40:26 +00:00 committed by sebastid
parent 37480244b1
commit 72707f1d9c
1 changed files with 5 additions and 2 deletions

View File

@ -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)