pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/libarchive/files/tar



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May  3 17:14:58 UTC 2024

Modified Files:
        pkgsrc/archivers/libarchive/files/tar: bsdtar.c

Log Message:
bsdtar: Include limits.h for INT_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/libarchive/files/tar/bsdtar.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libarchive/files/tar/bsdtar.c
diff -u pkgsrc/archivers/libarchive/files/tar/bsdtar.c:1.13 pkgsrc/archivers/libarchive/files/tar/bsdtar.c:1.14
--- pkgsrc/archivers/libarchive/files/tar/bsdtar.c:1.13 Tue Apr 30 06:05:20 2024
+++ pkgsrc/archivers/libarchive/files/tar/bsdtar.c      Fri May  3 17:14:58 2024
@@ -43,6 +43,9 @@
 #ifdef HAVE_LANGINFO_H
 #include <langinfo.h>
 #endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
 #ifdef HAVE_LOCALE_H
 #include <locale.h>
 #endif



Home | Main Index | Thread Index | Old Index