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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user