and 'return EXIT_SUCCESS' in main to make the testsuite happy (where
main() is not main())
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2205
94cd875c-1c1d-0410-91d2-
eb244daf1a30
SET_ATTR(mtime)
};
+#undef SET_ATTR
+#undef DECL_ATTR
+
+
return hashFunctionContextUpdate(h_ctx, (void *)&tmp, sizeof tmp)!=-1;
}
#else
static bool
-addStatHash(hashFunctionContext *h_ctx, struct stat const * const st)
+addStatHash(hashFunctionContext UNUSED *h_ctx, struct stat const UNUSED * const st)
{
return true;
}
freeHashList(&global_info.hash_dirs);
hashFunctionContextFree(&global_info.hash_context);
#endif
+
+ return EXIT_SUCCESS;
}