Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4692
Line 35... Line 35...
35
#include <fcntl.h>
35
#include <fcntl.h>
36
#include <sys/types.h>
36
#include <sys/types.h>
37
#include <sys/stat.h>
37
#include <sys/stat.h>
38
#include <getopt.h>
38
#include <getopt.h>
39
#include <stdarg.h>
39
#include <stdarg.h>
-
 
40
#include <string.h>
40
 
41
 
41
#include "config.h"
42
#include "config.h"
42
#include "errors.h"
43
#include "errors.h"
43
#include "util.h"
44
#include "util.h"
44
#include "entry.h"
45
#include "entry.h"