You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/cpdup/files/cpdup-1.11-unused.patch

15 lines
252 B

--- a/cpdup.c
+++ b/cpdup.c
@@ -1543,7 +1543,11 @@
*/
static int
+#ifdef _ST_FLAGS_PRESENT_
xrename(const char *src, const char *dst, u_long flags)
+#else
+xrename(const char *src, const char *dst, u_long flags __unused)
+#endif
{
int r;