Package: fbpanel
Version: 6.1-3
Severity: important
Tags: patch
Hello,
fbpanel currently FTBFS on hurd-i386, because of sys/soundcard.h
non-inclusion and a prototype discrepancy. The attached patch fixes it.
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
Samuel Thibault <[email protected]>
<s> on se croirait en cool : Some browsers close comments on the first ">"
character, so to hide script content from such browsers, you can transpose
operands for relational and shift operators (e.g., use "y < x" rather than "x >
y") or use scripting language-dependent escapes for ">".
-+- #ens-mim -+-
--- ./plugins/volume/volume.c.orig 2011-08-12 11:42:20.000000000 +0000
+++ ./plugins/volume/volume.c 2011-08-12 11:42:31.000000000 +0000
@@ -9,9 +9,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#if defined __linux__
-#include <linux/soundcard.h>
-#endif
+#include <sys/soundcard.h>
//#define DEBUGPRN
#include "dbg.h"
--- plugins/battery/battery.c.orig 2011-08-12 12:22:05.000000000 +0000
+++ plugins/battery/battery.c 2011-08-12 12:22:15.000000000 +0000
@@ -55,7 +55,7 @@
#include "os_linux.c"
#else
-static void
+static gboolean
battery_update_os(battery_priv *c)
{
c->exist = FALSE;