Package: ixbiff
Severity: important
Version: 0.03d
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweaks, see bellow.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance

                        Petr


diff -u ixbiff-0.03d/src/leds.c src/leds.c
--- ixbiff-0.03d/src/leds.c     2003-01-24 22:07:00.000000000 +0100
+++ src/leds.c  2006-07-26 00:37:27.000000000 +0200
@@ -35,7 +35,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
-#include <linux/kd.h>
+#include <sys/kd.h>

 #include "typedefs.h"
 #include "leds.h"
diff -u ixbiff-0.03d/src/leds.h src/leds.h
--- ixbiff-0.03d/src/leds.h     2003-01-24 22:06:46.000000000 +0100
+++ src/leds.h  2006-07-26 00:36:12.000000000 +0200
@@ -29,7 +29,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */

-#include <linux/kd.h>
+#include <sys/kd.h>

 extern const char *led_open ();
 extern void led_close ();



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to