1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Ports/ccache: Update ccache to version 4.8.3

This commit is contained in:
EWouters 2023-09-01 18:47:17 +02:00 committed by Jelle Raaijmakers
parent ed8e68a77d
commit 4e3aea7966
3 changed files with 7 additions and 7 deletions

View file

@ -13,17 +13,17 @@ are included, but on Serenity, it breaks our definition of the
1 file changed, 4 deletions(-)
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 729a1d4..8aa07ca 100644
index 2778909eab08167d505b4cda708bb177af0f9531..faea315896c47f38e17ac9eeaf1ccf005d546b7f 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -205,10 +205,6 @@ typedef int pid_t;
# define O_BINARY 0
@@ -202,10 +202,6 @@ typedef int pid_t;
# define O_TEXT 0
#endif
-#ifndef ESTALE
-# define ESTALE -1
-#endif
-
#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
#define SYSCONFDIR "@CONFIG_SYSCONFDIR_C_ESCAPED@"
#cmakedefine INODE_CACHE_SUPPORTED