commit:     e70de814d16fa3cd8558df2117cc325b5de4e604
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 03:40:04 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 03:43:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=e70de814

Replace symlinks with #includes

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
(cherry picked from commit 82a693d347f53b9e9038e0cd0b887a2d9d521cd2)

 libsandbox/wrapper-funcs/__futimesat_time64.c | 2 +-
 libsandbox/wrapper-funcs/__lutimes_time64.c   | 2 +-
 libsandbox/wrapper-funcs/__utimensat_time64.c | 2 +-
 libsandbox/wrapper-funcs/__utimes_time64.c    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libsandbox/wrapper-funcs/__futimesat_time64.c 
b/libsandbox/wrapper-funcs/__futimesat_time64.c
deleted file mode 120000
index c3a9b23..0000000
--- a/libsandbox/wrapper-funcs/__futimesat_time64.c
+++ /dev/null
@@ -1 +0,0 @@
-__futimesat64.c
\ No newline at end of file

diff --git a/libsandbox/wrapper-funcs/__futimesat_time64.c 
b/libsandbox/wrapper-funcs/__futimesat_time64.c
new file mode 100644
index 0000000..d806617
--- /dev/null
+++ b/libsandbox/wrapper-funcs/__futimesat_time64.c
@@ -0,0 +1 @@
+#include "__futimesat64.c"

diff --git a/libsandbox/wrapper-funcs/__lutimes_time64.c 
b/libsandbox/wrapper-funcs/__lutimes_time64.c
deleted file mode 120000
index 1819ce7..0000000
--- a/libsandbox/wrapper-funcs/__lutimes_time64.c
+++ /dev/null
@@ -1 +0,0 @@
-__lutimes64.c
\ No newline at end of file

diff --git a/libsandbox/wrapper-funcs/__lutimes_time64.c 
b/libsandbox/wrapper-funcs/__lutimes_time64.c
new file mode 100644
index 0000000..5bf9b00
--- /dev/null
+++ b/libsandbox/wrapper-funcs/__lutimes_time64.c
@@ -0,0 +1 @@
+#include "__lutimes64.c"

diff --git a/libsandbox/wrapper-funcs/__utimensat_time64.c 
b/libsandbox/wrapper-funcs/__utimensat_time64.c
deleted file mode 120000
index 2dceb14..0000000
--- a/libsandbox/wrapper-funcs/__utimensat_time64.c
+++ /dev/null
@@ -1 +0,0 @@
-__utimensat64.c
\ No newline at end of file

diff --git a/libsandbox/wrapper-funcs/__utimensat_time64.c 
b/libsandbox/wrapper-funcs/__utimensat_time64.c
new file mode 100644
index 0000000..cf385a3
--- /dev/null
+++ b/libsandbox/wrapper-funcs/__utimensat_time64.c
@@ -0,0 +1 @@
+#include "__utimensat64.c"

diff --git a/libsandbox/wrapper-funcs/__utimes_time64.c 
b/libsandbox/wrapper-funcs/__utimes_time64.c
deleted file mode 120000
index 3dea445..0000000
--- a/libsandbox/wrapper-funcs/__utimes_time64.c
+++ /dev/null
@@ -1 +0,0 @@
-__utimes64.c
\ No newline at end of file

diff --git a/libsandbox/wrapper-funcs/__utimes_time64.c 
b/libsandbox/wrapper-funcs/__utimes_time64.c
new file mode 100644
index 0000000..cb1e1f3
--- /dev/null
+++ b/libsandbox/wrapper-funcs/__utimes_time64.c
@@ -0,0 +1 @@
+#include "__utimes64.c"

Reply via email to