Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/bb/files: bb-1.3.0_rc1-fix-protos.patch
Date: Sat, 28 Jan 2012 19:25:36
Message-Id: 20120128192524.31FF22004C@flycatcher.gentoo.org
1 slyfox 12/01/28 19:25:24
2
3 Added: bb-1.3.0_rc1-fix-protos.patch
4 Log:
5 Added prefix support, added missing function prototypes. Added myself to manitainers.
6
7 (Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/bb/files/bb-1.3.0_rc1-fix-protos.patch?rev=1.1&content-type=text/plain
14
15 Index: bb-1.3.0_rc1-fix-protos.patch
16 ===================================================================
17 Fixes warning:
18 main.c: In function 'load_song':
19 main.c:56:23: warning: incompatible implicit declaration of built-in function 'strlen'
20 diff --git a/main.c b/main.c
21 index ae852a7..417ff62 100644
22 --- a/main.c
23 +++ b/main.c
24 @@ -21,6 +21,7 @@
25 * 675 Mass Ave, Cambridge, MA 02139, USA.
26 */
27
28 +#include <string.h>
29 #include <unistd.h>
30 #include "timers.h"
31 #include "bb.h"