Changeset 6063:30cdf78374f2 in roaraudio


Ignore:
Timestamp:
11/10/14 21:53:54 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

seems NetBSD now also uses va-function for the _oss_ioctl() alias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r6052 r6063  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2010-2015 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2010-2014 
    55 * 
    66 *  This file is part of libroar a part of RoarAudio, 
     
    108108#ifdef ROAR_OS_NETBSD 
    109109#define IOCTL() int _oss_ioctl __P((int fd, unsigned long com, ...)) 
    110 #define map_args int __fd = fd; unsigned long int __request = com; void * argp 
     110#define map_args int __fd = fd; unsigned long int __request = com 
    111111#define va_argp 
    112112#define ioctl_lastarg com 
Note: See TracChangeset for help on using the changeset viewer.