1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/wavplay/files/patch-ae
Maxim Sobolev dd76a63c00 Initial import of wavplay - utility to record/playback audio.
PR:		16693
Submitted by:	Greg Robinson <greg@rosevale.com.au>
2000-06-07 16:07:54 +00:00

29 lines
546 B
Plaintext

*** msg.c.orig Sat Jan 15 12:58:40 2000
--- msg.c Sat Jan 15 13:16:12 2000
***************
*** 47,53 ****
--- 47,55 ----
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
+ #ifndef FREEBSD
#include <malloc.h>
+ #endif
#include <string.h>
#include <memory.h>
#include <signal.h>
***************
*** 56,62 ****
--- 58,68 ----
#include <sys/msg.h>
#include <sys/ioctl.h>
#include <assert.h>
+ #ifndef FREEBSD
#include <linux/soundcard.h>
+ #else
+ #include <machine/soundcard.h>
+ #endif
#include "wavplay.h"
/*