diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-12 11:47:09 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:49 +0700 |
commit | 91194e609aeafc88e742c2fe5f6d74238377b612 (patch) | |
tree | c5bc47e17ddcdf45f2fbf75355576c9ff3c6e3b4 /system/shake/shake-dev_t-include.patch | |
parent | bfde56e24a39b4979d9a36a3cf9c2d8b8f3651ae (diff) |
system/shake: Updated for version 1.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/shake/shake-dev_t-include.patch')
-rw-r--r-- | system/shake/shake-dev_t-include.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/shake/shake-dev_t-include.patch b/system/shake/shake-dev_t-include.patch deleted file mode 100644 index 19ca1c2ae92e2..0000000000000 --- a/system/shake/shake-dev_t-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- judge.h_old 2013-11-15 22:00:35.085301859 +0100 -+++ judge.h 2013-11-15 22:00:54.811967958 +0100 -@@ -22,6 +22,7 @@ - #include <stdbool.h> - #include <fcntl.h> - #include <time.h> -+#include <sys/stat.h> - typedef unsigned int uint; - typedef long long int llint; - |