Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b4faca61ba6d973746aa8cf06dce83723ba9f21)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b4faca61ba6d973746aa8cf06dce83723ba9f21)
  • Date: Thu, 1 Sep 2022 19:01:56 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/installwatch/BUILD | 1
utils/installwatch/DEPENDS | 4
utils/installwatch/DETAILS | 15
utils/installwatch/HISTORY | 8
utils/installwatch/INSTALL | 1
utils/installwatch/PRE_BUILD | 3
utils/installwatch/patches/0001-generalise-glibc-version-check.patch | 89
--
utils/installwatch/patches/0001-ld_preload.patch | 16
utils/installwatch/patches/0002-fix-glibc-2.33-compatability.patch | 32 -
utils/installwatch/patches/0003-installwatch-relpath.patch | 15
utils/installwatch/patches/0004-fix-signatures.patch | 54 -
utils/installwatch/patches/0005-result-unint.patch | 11
utils/installwatch/patches/0006-writeonly.patch | 308
----------
13 files changed, 16 insertions(+), 541 deletions(-)

New commits:
commit 8b4faca61ba6d973746aa8cf06dce83723ba9f21
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

installwatch: => lunar linux release, v0.9.0

diff --git a/utils/installwatch/BUILD b/utils/installwatch/BUILD
deleted file mode 100755
index d7cb532..0000000
--- a/utils/installwatch/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX="${TRACK_ROOT}/usr" LIBDIR="${TRACK_ROOT}/usr/lib"
diff --git a/utils/installwatch/DEPENDS b/utils/installwatch/DEPENDS
index 36f0532..35bb696 100755
--- a/utils/installwatch/DEPENDS
+++ b/utils/installwatch/DEPENDS
@@ -1,3 +1 @@
-depends bzip2 &&
-depends smgl-fhs &&
-depends tar
+depends smgl-fhs
diff --git a/utils/installwatch/DETAILS b/utils/installwatch/DETAILS
index e80ea39..5d47273 100755
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -1,12 +1,11 @@
SPELL=installwatch
- VERSION=2010-12-12
- PATCHLEVEL=4
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:eda74e4a8b1707b7b5992e222baa8873b6248c0c9ef4475c521bef4dc3ba5374713ba09fc0acdaa369c67930865924994f4c15deb7b6b0e39cce5eeb6d24e50f
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- SOURCE_URL[0]=http://download.sourcemage.org/grimoire/distro/$SOURCE
-#
SOURCE_URL[0]=http://asic-linux.com.mx/~izto/checkinstall/files/source/$SOURCE
-
WEB_SITE=http://www.asic-linux.com.mx/~izto/checkinstall/installwatch.html
+ VERSION=0.9.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_HASH=sha512:6789e67d0962cc6b5d2a4abd8ba7176487e23d3b1875d8f3835fa2f62378e40031616bfeef83dd988302f32bd76f757654b557ed4c3707c2d01951fbfacc3318
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/lunar-linux/$SPELL/releases/download/v$VERSION/$SOURCE
+ WEB_SITE="https://lunar-linux.org/";
+ LICENSE[0]="GPL"
ENTERED=20011230
KEYWORDS="utils"
SHORT="utility for tracking files during the installation of
software"
diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 970cd45..a4d3c54 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,11 @@
+2022-09-01 Conner Clere <connerclere AT gmail.com>
+ * DETAILS: switch over to Lunar's version of installwatch, release
0.9.0
+ * DEPENDS: removed bzip2 and tar
+ * BUILD: remove BUILD, no longer needed
+ * PRE-BUILD: Remove patching and changing prefix in makefile via `sed`
+ * patches/*: Remove all patches (not needed)
+ * INSTALL: remove INSTALL, no longer needed
+
2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
* patches/0001-generalise-glibc-version-check.patch: adapted for
glibc >= 2.34

diff --git a/utils/installwatch/INSTALL b/utils/installwatch/INSTALL
deleted file mode 100755
index 00d7ae0..0000000
--- a/utils/installwatch/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make BINDIR="${INSTALL_ROOT}/usr/bin" LIBDIR="${INSTALL_ROOT}/usr/lib"
install
diff --git a/utils/installwatch/PRE_BUILD b/utils/installwatch/PRE_BUILD
index a5cb00b..2379fa5 100755
--- a/utils/installwatch/PRE_BUILD
+++ b/utils/installwatch/PRE_BUILD
@@ -1,9 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-apply_patch_dir patches &&
-sed -i "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile &&
-
# due to the compatibility with stable sorcery
sed -i "s,INSTW_LOGFILE,INSTALLWATCHFILE,g" installwatch* &&
sed -i "/log.*access/ d" installwatch.c
diff --git
a/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
b/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
deleted file mode 100644
index 2ae772d..0000000
--- a/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
+++ /dev/null
@@ -1,89 +0,0 @@
-From bc8e31412f69594926ed909ce277687e28a332c5 Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Sun, 7 Mar 2021 13:09:34 +0100
-Subject: [PATCH 1/2] generalise glibc version check
-
----
- create-localdecls | 66 +++++++----------------------------------------
- 1 file changed, 9 insertions(+), 57 deletions(-)
-
-diff --git a/create-localdecls b/create-localdecls
-index f7adf4d..336e242 100755
---- a/create-localdecls
-+++ b/create-localdecls
-@@ -55,63 +55,15 @@ if test "$VERSION" = 'libc.so.5' ; then
- fi
-
- if test "$VERSION" = 'libc.so.6' ; then
-- echo -n 'Checking glibc subversion... '
-- tmp="`ldd /bin/sh | grep libc.so 2> /dev/null`"
-- LibcPath=`expr "$tmp" : '[^/]*\(/[^ ]*\)'`
-- tmp="`strings $LibcPath | grep -i 'c library'`"
-- OsLibcMajor=`expr "$tmp" : '.* \([0-9][0-9]*\)'`
-- OsLibcMinor=`expr "$tmp" : '.* [0-9][0-9]*\.\([0-9][0-9]*\)'`
-- case "$OsLibcMajor" in
-- 2)
-- # 2 is the glibc version
-- echo "JH OsLibcMinor is $OsLibcMinor"
-- case "$OsLibcMinor" in
-- 0)
-- echo '#define GLIBC_MINOR 0' >> $OUTFILE
-- SUBVERSION='glibc-2.0' ;;
-- 1)
-- echo '#define GLIBC_MINOR 1' >> $OUTFILE
-- SUBVERSION='glibc-2.1' ;;
-- 2)
-- echo '#define GLIBC_MINOR 2' >> $OUTFILE
-- SUBVERSION='glibc-2.2' ;;
-- 3)
-- echo '#define GLIBC_MINOR 3' >> $OUTFILE
-- SUBVERSION='glibc-2.3' ;;
-- 4)
-- echo '#define GLIBC_MINOR 4' >> $OUTFILE
-- SUBVERSION='glibc-2.4' ;;
-- 5)
-- echo '#define GLIBC_MINOR 5' >> $OUTFILE
-- SUBVERSION='glibc-2.5' ;;
-- 6)
-- echo '#define GLIBC_MINOR 6' >> $OUTFILE
-- SUBVERSION='glibc-2.6' ;;
-- 7)
-- echo '#define GLIBC_MINOR 7' >> $OUTFILE
-- SUBVERSION='glibc-2.7' ;;
-- 8)
-- echo '#define GLIBC_MINOR 8' >> $OUTFILE
-- SUBVERSION='glibc-2.8' ;;
-- 9)
-- echo '#define GLIBC_MINOR 9' >> $OUTFILE
-- SUBVERSION='glibc-2.9' ;;
-- 10)
-- echo '#define GLIBC_MINOR 10' >> $OUTFILE
-- SUBVERSION='glibc-2.10' ;;
-- 11)
-- echo '#define GLIBC_MINOR 11' >> $OUTFILE
-- SUBVERSION='glibc-2.11' ;;
-- 12)
-- echo '#define GLIBC_MINOR 12' >> $OUTFILE
-- SUBVERSION='glibc-2.12' ;;
-- *)
-- echo 'Treated as glibc >= 2.1 (finger crossed)'
-- echo '#define GLIBC_MINOR 1' >> $OUTFILE
-- SUBVERSION='glibc-2.1' ;;
-- esac
-- ;;
-- esac
-+ echo 'Checking glibc subversion... '
-+
-+ tmp=`/lib/libc.so.6 --version | head -1 | grep -oP '(?<=version )[^
]*[0-9]'`
-+
-+ echo 'glibc version: ' $tmp
-+
-+ OsLibcMajor=${tmp%.??}
-+ OsLibcMinor=${tmp//?.}
-+ echo '#define GLIBC_MINOR ' $OsLibcMinor >> $OUTFILE
- fi
-
- echo >> $OUTFILE
---
-2.30.1
-
diff --git a/utils/installwatch/patches/0001-ld_preload.patch
b/utils/installwatch/patches/0001-ld_preload.patch
deleted file mode 100644
index e564273..0000000
--- a/utils/installwatch/patches/0001-ld_preload.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/Makefile.ori 2010-02-03 16:59:10.000000000 +0100
-+++ b/Makefile 2010-02-03 18:02:11.000000000 +0100
-@@ -27,11 +27,8 @@
- install: all
- mkdir -p $(LIBDIR)
- mkdir -p $(BINDIR)
-- if [ -r $(LIBDIR)/installwatch.so ]; then \
-- rm -f $(LIBDIR)/installwatch.so; \
-- fi
-- install installwatch.so $(LIBDIR)
--
-+ cp installwatch.so $(LIBDIR)/installwatch.so.new
-+ mv $(LIBDIR)/installwatch.so.new $(LIBDIR)/installwatch.so
- sed -e "s|#PREFIX#|$(PREFIX)|" < installwatch > $(BINDIR)/installwatch
- chmod 755 $(BINDIR)/installwatch
-
diff --git
a/utils/installwatch/patches/0002-fix-glibc-2.33-compatability.patch
b/utils/installwatch/patches/0002-fix-glibc-2.33-compatability.patch
deleted file mode 100644
index de407fd..0000000
--- a/utils/installwatch/patches/0002-fix-glibc-2.33-compatability.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 56aa92974c8f88935b5d64b75ec59b3ac92c3653 Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Sun, 7 Mar 2021 16:21:42 +0100
-Subject: [PATCH 2/2] fix glibc-2.33 compatability
-
----
- installwatch.c | 9 +++++++++
- 1 file changed, 9 insertions(+)
-
-diff --git a/installwatch.c b/installwatch.c
-index 610a824..cbea001 100644
---- a/installwatch.c
-+++ b/installwatch.c
-@@ -48,6 +48,15 @@
- #include <dlfcn.h>
- #include <dirent.h>
-
-+/* glibc-2.33 removed these defs */
-+#ifndef _STAT_VER
-+#define _STAT_VER 0
-+#endif
-+#ifndef _MKNOD_VER
-+#define _MKNOD_VER 0
-+#endif
-+
-+
- /* There's no d_off on GNU/kFreeBSD */
- #if defined(__FreeBSD_kernel__)
- #define D_OFF(X) (-1)
---
-2.30.1
-
diff --git a/utils/installwatch/patches/0003-installwatch-relpath.patch
b/utils/installwatch/patches/0003-installwatch-relpath.patch
deleted file mode 100644
index b0f4d11..0000000
--- a/utils/installwatch/patches/0003-installwatch-relpath.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur installwatch.orig/installwatch.c installwatch/installwatch.c
---- installwatch.orig/installwatch.c 2010-02-14 04:19:42.000000000 +0100
-+++ installwatch/installwatch.c 2011-08-28 20:44:02.000000000 +0200
-@@ -1711,9 +1711,9 @@
- snprintf(proc_path, PROC_PATH_LEN, "/proc/self/fd/%d", dirfd);
- if(true_stat(proc_path, &s) == -1)
- goto out;
-- if(!(newpath = malloc(s.st_size+strlen(relpath)+2)))
-+ if(!(newpath = malloc(PATH_MAX+strlen(relpath)+2)))
- goto out;
-- if((l = true_readlink(proc_path, newpath, s.st_size)) == -1)
-+ if((l = true_readlink(proc_path, newpath, PATH_MAX)) == -1)
- goto free_out;
- newpath[l] = '/';
- strcpy(newpath + l + 1, relpath);
diff --git a/utils/installwatch/patches/0004-fix-signatures.patch
b/utils/installwatch/patches/0004-fix-signatures.patch
deleted file mode 100644
index 314d2e9..0000000
--- a/utils/installwatch/patches/0004-fix-signatures.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 610312e2fc22108d3401f91c4e2ade653ada0596 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
-Date: Mon, 25 Mar 2013 13:42:19 +0100
-Subject: [PATCH 1/2] fix signatures
-
----
- installwatch.c | 13 -------------
- 1 file changed, 13 deletions(-)
-
-diff --git a/installwatch.c b/installwatch.c
-index 8004b5b..e67f511 100644
---- a/installwatch.c
-+++ b/installwatch.c
-@@ -2956,13 +2956,8 @@ struct dirent *readdir(DIR *dir) {
- return result;
- }
-
--#if (GLIBC_MINOR <= 4)
--int readlink(const char *path,char *buf,size_t bufsiz) {
-- int result;
--#else
- ssize_t readlink(const char *path,char *buf,size_t bufsiz) {
- ssize_t result;
--#endif
- instw_t instw;
- int status;
-
-@@ -3097,11 +3092,7 @@ int rmdir(const char *pathname) {
-
- int scandir( const char *dir,struct dirent ***namelist,
- int (*select)(const struct dirent *),
--#if (GLIBC_MINOR >= 10)
- int (*compar)(const struct dirent **,const struct dirent **)
) {
--#else
-- int (*compar)(const void *,const void *) ) {
--#endif
- int result;
-
- if (!libc_handle)
-@@ -3713,11 +3704,7 @@ struct dirent64 *readdir64(DIR *dir) {
-
- int scandir64( const char *dir,struct dirent64 ***namelist,
- int (*select)(const struct dirent64 *),
--#if (GLIBC_MINOR >= 10)
- int (*compar)(const struct dirent64 **,const struct dirent64
**) ) {
--#else
-- int (*compar)(const void *,const void *) ) {
--#endif
- int result;
-
- if (!libc_handle)
---
-1.8.1.2
-
diff --git a/utils/installwatch/patches/0005-result-unint.patch
b/utils/installwatch/patches/0005-result-unint.patch
deleted file mode 100644
index c00c6b3..0000000
--- a/utils/installwatch/patches/0005-result-unint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/installwatch.c.orig 2020-08-31 16:54:02.719111959 +0200
-+++ b/installwatch.c 2020-08-31 17:23:50.271277254 +0200
-@@ -2545,7 +2566,7 @@
- }
-
- FILE *fopen(const char *pathname, const char *mode) {
-- FILE *result;
-+ FILE *result = NULL;
- instw_t instw;
- int status=0;
-
diff --git a/utils/installwatch/patches/0006-writeonly.patch
b/utils/installwatch/patches/0006-writeonly.patch
deleted file mode 100644
index cd42e31..0000000
--- a/utils/installwatch/patches/0006-writeonly.patch
+++ /dev/null
@@ -1,308 +0,0 @@
---- installwatch/installwatch.c.orig 2020-08-31 17:39:50.800366075 +0200
-+++ installwatch/installwatch.c 2020-08-31 17:40:57.441372237 +0200
-@@ -59,6 +59,11 @@
-
- #define DEBUG 1
-
-+/* Intercept only operations that are (potentially) making changes
-+ to the file system. This is to avoid interference and a resulting
-+ deadlock with jemalloc, which calls readlink() on initialization. */
-+#define INSTALLWATCH_WRITEONLY
-+
- #define LOGLEVEL (LOG_USER | LOG_INFO | LOG_PID)
- #define BUFSIZE 1024
-
-@@ -273,7 +278,9 @@
- static int make_path(const char *);
- static int copy_path(const char *,const char *);
- static inline int path_excluded(const char *);
-+#ifndef INSTALLWATCH_WRITEONLY
- static int unlink_recursive(const char *);
-+#endif
-
- int expand_path(string_t **,const char *,const char *);
- int parse_suffix(char *,char *,const char *);
-@@ -283,12 +290,14 @@
- /* single method used to minimize excessive returns */
- #define finalize(code) {rcod=code;goto finalize;}
-
-+#ifndef INSTALLWATCH_WRITEONLY
- #if DEBUG
- static int __instw_printdirent(struct dirent*);
- #if(GLIBC_MINOR >= 1)
- static int __instw_printdirent64(struct dirent64*);
- #endif
- #endif
-+#endif
-
- #ifdef DEBUG
- static int instw_print(instw_t *);
-@@ -308,8 +317,10 @@
- #endif
- static int instw_getstatus(instw_t *,int *);
- static int instw_apply(instw_t *);
-+#ifndef INSTALLWATCH_WRITEONLY
- static int instw_filldirls(instw_t *);
- static int instw_makedirls(instw_t *);
-+#endif
-
- static int backup(const char *);
-
-@@ -843,6 +854,7 @@
- return result;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- /*
- * procedure = / rc:=unlink_recursive(truepath) /
- *
-@@ -914,6 +926,7 @@
-
- return rcod;
- }
-+#endif
-
- /*
- * procedure = / rc:=expand_path(&list,prefix,suffix) /
-@@ -1031,6 +1044,7 @@
- *
*****************************************************************************
- */
-
-+#ifndef INSTALLWATCH_WRITEONLY
- static int __instw_printdirent(struct dirent *entry) {
-
- if(entry!=NULL) {
-@@ -1054,7 +1068,9 @@
-
- return 0;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- static int __instw_printdirent64(struct dirent64 *entry) {
-
- if(entry!=NULL) {
-@@ -1078,6 +1094,7 @@
-
- return 0;
- }
-+#endif
-
- /*
- *
*****************************************************************************
-@@ -1905,6 +1922,7 @@
- return rcod;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- /*
- * procedure = / rc:=instw_filldirls(instw) /
- *
-@@ -2105,7 +2123,9 @@
-
- return rcod;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- /*
- * procedure = / rc:=instw_makedirls(instw) /
- *
-@@ -2186,6 +2206,7 @@
-
- return rcod;
- }
-+#endif
-
- /*
- *
-@@ -2615,6 +2636,7 @@
- return result;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- char *getcwd(char *buffer,size_t size) {
- char wpath[PATH_MAX+1];
- char *result;
-@@ -2678,6 +2700,7 @@
-
- return result;
- }
-+#endif
-
- int lchown(const char *path, uid_t owner, gid_t group) {
- /* Linux specific? */
-@@ -2894,6 +2917,7 @@
- return result;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- /*
- *
- */
-@@ -2929,7 +2953,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- struct dirent *readdir(DIR *dir) {
- struct dirent *result;
-
-@@ -2955,7 +2981,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- ssize_t readlink(const char *path,char *buf,size_t bufsiz) {
- ssize_t result;
- instw_t instw;
-@@ -2992,7 +3020,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- char *realpath(const char *file_name,char *resolved_name) {
- char *result;
-
-@@ -3010,6 +3040,7 @@
-
- return result;
- }
-+#endif
-
- int rename(const char *oldpath, const char *newpath) {
- int result;
-@@ -3090,6 +3121,7 @@
- return result;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int scandir( const char *dir,struct dirent ***namelist,
- int (*select)(const struct dirent *),
- int (*compar)(const struct dirent **,const struct dirent **)
) {
-@@ -3113,7 +3145,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int __xstat(int version,const char *pathname,struct stat *info) {
- int result;
- instw_t instw;
-@@ -3155,7 +3189,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int __lxstat(int version,const char *pathname,struct stat *info) {
- int result;
- instw_t instw;
-@@ -3197,6 +3233,7 @@
-
- return result;
- }
-+#endif
-
- int symlink(const char *pathname, const char *slink) {
- int result;
-@@ -3676,6 +3713,7 @@
- return result;
- }
-
-+#ifndef INSTALLWATCH_WRITEONLY
- struct dirent64 *readdir64(DIR *dir) {
- struct dirent64 *result;
-
-@@ -3701,7 +3739,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int scandir64( const char *dir,struct dirent64 ***namelist,
- int (*select)(const struct dirent64 *),
- int (*compar)(const struct dirent64 **,const struct dirent64
**) ) {
-@@ -3725,7 +3765,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int __xstat64(int version,const char *pathname,struct stat64 *info) {
- int result;
- instw_t instw;
-@@ -3764,7 +3806,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int __lxstat64(int version,const char *pathname,struct stat64 *info) {
- int result;
- instw_t instw;
-@@ -3803,6 +3847,7 @@
-
- return result;
- }
-+#endif
-
- int truncate64(const char *path, __off64_t length) {
- int result;
-@@ -4026,7 +4071,7 @@
- return result;
- }
-
--
-+#ifndef INSTALLWATCH_WRITEONLY
- int __fxstatat (int version, int dirfd, const char *path, struct stat *s,
int flags) {
-
- int result;
-@@ -4099,7 +4144,9 @@
-
- return result;
- }
-+#endif
-
-+#ifndef INSTALLWATCH_WRITEONLY
- int __fxstatat64 (int version, int dirfd, const char *path, struct stat64
*s, int flags) {
-
- int result;
-@@ -4171,7 +4218,7 @@
- return result;
-
- }
--
-+#endif
-
- int linkat (int olddirfd, const char *oldpath,
- int newdirfd, const char *newpath, int flags) {
-@@ -4277,7 +4324,7 @@
- return result;
- }
-
--
-+#ifndef INSTALLWATCH_WRITEONLY
- READLINKAT_T readlinkat (int dirfd, const char *path,
- char *buf, size_t bufsiz) {
-
-@@ -4320,7 +4367,7 @@
-
- return result;
- }
--
-+#endif
-
- int __xmknodat (int version, int dirfd,const char *path,mode_t mode,dev_t
*dev) {
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b4faca61ba6d973746aa8cf06dce83723ba9f21), Pavel Vinogradov, 09/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page