1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

sysutils/coreutils: Fix build after 28599a1e5f1b

PR:		293672
Approved by:	portmgr@

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293672
This commit is contained in:
Dmitry Salychev
2026-03-11 17:21:20 +01:00
parent 469a9cc883
commit 2f52a07fda
@@ -0,0 +1,16 @@
--- lib/renameatu.h.orig 2026-03-09 21:11:48 UTC
+++ lib/renameatu.h
@@ -27,7 +27,13 @@ extern "C" {
#ifndef RENAME_NOREPLACE
# define RENAME_NOREPLACE (1 << 0)
+#endif
+
+#ifndef RENAME_EXCHANGE
# define RENAME_EXCHANGE (1 << 1)
+#endif
+
+#ifndef RENAME_WHITEOUT
# define RENAME_WHITEOUT (1 << 2)
#endif