package/matchbox-panel: use ACPI for the battery applet
[buildroot-gz.git] / package / matchbox-panel / 0003-mb-applet-battery.patch
blob585eb3916618c77e7a708ed95dcb3d4c8fe236b9
1 mb-applet-battery: don't declare line_parse as static
3 Fix this build failure:
4 mb-applet-battery.c: In function 'read_apm':
5 mb-applet-battery.c:181:2: error: invalid storage class for function 'line_parse'
7 Reported-by: Arnout Vandecappelle <arnout@mind.be>
8 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 diff -durN matchbox-panel-0.9.3.orig/applets/mb-applet-battery.c matchbox-panel-0.9.3/applets/mb-applet-battery.c
11 --- matchbox-panel-0.9.3.orig/applets/mb-applet-battery.c 2006-02-07 23:27:24.000000000 +0100
12 +++ matchbox-panel-0.9.3/applets/mb-applet-battery.c 2015-05-02 17:13:00.843578796 +0200
13 @@ -177,7 +177,7 @@
14 unsigned long present_rate;
17 - static int
18 + int
19 line_parse(char *line, struct entry *e)
21 char *ptr;