Subversion Repositories tendra.SVN

Rev

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

Rev 14 Rev 83
Line 56... Line 56...
56
        no liability whatsoever in relation to any use to which
56
        no liability whatsoever in relation to any use to which
57
        it may be put.
57
        it may be put.
58
*/
58
*/
59
 
59
 
60
 
60
 
-
 
61
#include "config.h"
-
 
62
 
-
 
63
#if FS_STAT
61
#include <sys/types.h>
64
#include <sys/types.h>
62
#include <sys/stat.h>
65
#include <sys/stat.h>
-
 
66
#endif
-
 
67
 
63
#include <errno.h>
68
#include <errno.h>
64
 
69
 
65
#include "config.h"
-
 
66
#include "filename.h"
70
#include "filename.h"
67
#include "list.h"
71
#include "list.h"
68
#include "archive.h"
72
#include "archive.h"
69
#include "environ.h"
73
#include "environ.h"
70
#include "flags.h"
74
#include "flags.h"