freebsd-ports/audio/tuneradio/files/patch-tuneradio.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
325 B
C

--- tuneradio.c.orig 2003-10-31 05:53:39 UTC
+++ tuneradio.c
@@ -41,7 +41,12 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+#include <sys/param.h>
+#if __FreeBSD_version >= 502100
+#include <dev/bktr/ioctl_bt848.h>
+#else
#include <machine/ioctl_bt848.h>
+#endif
#define TRUE 1
#define FALSE 0