1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/audio/xmmix/files/patch-mixer.c

12 lines
297 B
C
Raw Normal View History

--- ./mixer.c.orig 1996-11-07 11:00:26.000000000 -0500
+++ ./mixer.c 2012-01-07 00:24:32.000000000 -0500
@@ -124,7 +124,7 @@
* Nothing
*/
STATIC void
-do_ioctl(int cmd, int *arg, char *name, int dir)
+do_ioctl(long cmd, int *arg, char *name, int dir)
{
int ret;
char errmsg[STR_BUF_SZ];