Changes between Initial Version and Version 5 of Ticket #14590


Ignore:
Timestamp:
Jul 22, 2010, 2:50:00 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14590

    • Property Status changed from new to reopened
    • Property Keywords liboss removed
    • Property Owner changed from macports-tickets@… to pguyot@…
    • Property Port liboss added
  • Ticket #14590 – Description

    initial v5  
    11Beginning on line 341 of soundcard.h, several system functions are redefined, such as follows:
    2    
     2
     3{{{
    34    #ifndef LIBOSS_IOCTL
    45    # define LIBOSS_IOCTL ioctl
    56    #endif
    6    
     7}}}
     8
    79    ...
    8    
     10
     11{{{   
    912    static inline int LIBOSS_IOCTL (int x, unsigned long y,...)
     13}}}
    1014
    1115This causes compilation errors in code including that file, such as:
    12 
     16{{{
    1317    /opt/local/include/liboss/soundcard.h:342: error: static declaration of ‘ioctl’ follows non-static declaration
    1418    /usr/include/sys/ioctl.h:97: error: previous declaration of ‘ioctl’ was here
     19}}}