Changeset 5805:63c6f28a0374 in roaraudio


Ignore:
Timestamp:
12/11/12 13:05:28 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Re-ported to OpenBSD. (and broke other system? ;)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5803 r5805  
    33        * Mark roarsockconnect, roartypes and roarfish as obsolete. 
    44        * Removed unused checks in configure. Improves build speed slightly. 
     5        * Re-ported to OpenBSD. 
    56 
    67v. 1.0beta8 - Mon Dec 10 2012 12:42 CET 
  • include/roaraudio.h

    r5381 r5805  
    9393#ifdef ROAR_HAVE_BSDSOCKETS 
    9494 
    95 #if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
    96 #include <arpa/inet.h> 
    97 #endif 
    98  
    9995#ifdef ROAR_HAVE_H_SYS_SOCKET 
    10096#include <sys/socket.h> 
     
    107103#ifdef ROAR_HAVE_UNIX 
    108104#include <sys/un.h> 
     105#endif 
     106 
     107#if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
     108#include <arpa/inet.h> 
    109109#endif 
    110110 
Note: See TracChangeset for help on using the changeset viewer.