HOME | GIT | CV | MUSINGS
LOG | FILES | OVERVIEW
F diff --git a/system_part.c b/system_part.c --- a/system_part.c +++ b/system_part.c char *ret; struct stat file_stats; - file=open(filename,O_RDONLY|O_CREAT); + file=open(filename,O_RDONLY); if(file==-1) die("Could not open file %s\n",filename);