Package: awardeco
Severity: important
Tags: patch
Hi,
awardeco has the same problem as amideco (#414229); please find attached
a patch to fix that.
Cheers,
--
Cyril Brulebois
--- awardeco-0.2/src/awardeco.c 2007-03-10 06:46:51.732342000 +0100
+++ awardeco-0.2/src/awardeco.c 2007-03-10 06:48:23.000000000 +0100
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(LINUX) || defined(__LINUX__) || defined(__linux__)
+#if defined(LINUX) || defined(__LINUX__) || defined(__linux__) || defined(__FreeBSD_kernel__)
#include <memory.h>
#define __LINUX_NOW__
#else