problems with the 64bit interface of the filesystem functions
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1926
94cd875c-1c1d-0410-91d2-
eb244daf1a30
#ifndef H_UTIL_VSERVER_LIB_INTERNAL_UNIFY_H
#define H_UTIL_VSERVER_LIB_INTERNAL_UNIFY_H
+#include <sys/stat.h>
#include <stdbool.h>
-struct stat;
-
bool
Unify_unify(char const *src, struct stat const *src_stat,
char const *dst, bool ignore_zero) NONNULL((1,2,3));
#include "lib_internal/matchlist.h"
+#include <sys/stat.h>
+
struct dirent;
struct WalkdownInfo
{
bool do_renew;
};
-struct stat;
-
static bool checkFstat(struct MatchList const * const,
PathInfo const * const,
PathInfo const * const,