From 41908f3dab2421e37f06ef5f28b15cad8b440459 Mon Sep 17 00:00:00 2001 From: Joe Obo Run Date: Sun, 15 Jan 2023 19:54:54 +0000 Subject: [PATCH] mv to jobcomm --- fakechroot/txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 fakechroot/txt diff --git a/fakechroot/txt b/fakechroot/txt deleted file mode 100644 index 3db1143..0000000 --- a/fakechroot/txt +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/libfakeroot.c b/libfakeroot.c -index 3e80e38..14cdbc4 100644 ---- a/libfakeroot.c -+++ b/libfakeroot.c -@@ -90,6 +90,16 @@ - #define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b) - #endif - -+#ifndef _STAT_VER -+ #if defined (__aarch64__) -+ #define _STAT_VER 0 -+ #elif defined (__x86_64__) -+ #define _STAT_VER 1 -+ #else -+ #define _STAT_VER 3 -+ #endif -+#endif -+ - /* - These INT_* (which stands for internal) macros should always be used when - the fakeroot library owns the storage of the stat variable.