diff options
Diffstat (limited to 'biology/adun/files/patch-AdLinkedList.h')
-rw-r--r-- | biology/adun/files/patch-AdLinkedList.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/biology/adun/files/patch-AdLinkedList.h b/biology/adun/files/patch-AdLinkedList.h deleted file mode 100644 index 62ce6dcba44f..000000000000 --- a/biology/adun/files/patch-AdLinkedList.h +++ /dev/null @@ -1,12 +0,0 @@ ---- Kernel/Base/AdLinkedList.h.orig 2006-11-02 14:42:45.000000000 +0100 -+++ Kernel/Base/AdLinkedList.h 2008-04-29 09:14:45.000000000 +0200 -@@ -25,6 +25,9 @@ - - #include <stdio.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#endif - - //! \brief Element for the linked lists. - /** |