summaryrefslogtreecommitdiff
path: root/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch')
-rw-r--r--app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch b/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch
deleted file mode 100644
index 577f306c8169..000000000000
--- a/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixes warning:
-main.c: In function 'load_song':
-main.c:56:23: warning: incompatible implicit declaration of built-in function 'strlen'
-diff --git a/main.c b/main.c
-index ae852a7..417ff62 100644
---- a/main.c
-+++ b/main.c
-@@ -21,6 +21,7 @@
- * 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-+#include <string.h>
- #include <unistd.h>
- #include "timers.h"
- #include "bb.h"