pkgsrc/multimedia/kdemultimedia3/patches/patch-an
joerg 53a07c7b49 Fix OSS audio mixer on DragonFly. Kill a malloc.h include.
Based on patch from wa1ter@myrealbox.com on DragonFly's user list.
Bump revision.
2006-05-10 23:05:00 +00:00

16 lines
370 B
Text

$NetBSD: patch-an,v 1.1 2006/05/10 23:05:00 joerg Exp $
--- kscd/kscdmagic/xlib.c.orig 2006-05-10 20:09:55.000000000 +0000
+++ kscd/kscdmagic/xlib.c
@@ -33,11 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef __FreeBSD__
-#include <malloc.h>
-#else
#include <stdlib.h>
-#endif
#include "xlib.h"
#ifdef AMIGA
#define XFlush(x) while(0)