Skip to content

Commit 449dd71

Browse files
committed
utils/unzip: Add patch to remove conflicting decls
This addresses a build issue with gcc-15.
1 parent cd22ed4 commit 449dd71

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/unix/unxcfg.h
2+
+++ b/unix/unxcfg.h
3+
@@ -118,7 +118,6 @@
4+
# endif
5+
#else
6+
# include <time.h>
7+
- struct tm *gmtime(), *localtime();
8+
#endif
9+
10+
#if (defined(BSD4_4) || (defined(SYSV) && defined(MODERN)))

0 commit comments

Comments
 (0)