Date: Fri, 2 Nov 2012 03:53:33 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1091 - trunk/www/firefox-nightly/files Message-ID: <201211020353.qA23rXL5072249@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Nov 2 03:53:33 2012 New Revision: 1091 Log: flip some ifdefs for easier reading Modified: trunk/www/firefox-nightly/files/patch-bug807492 Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Thu Nov 1 15:06:17 2012 (r1090) +++ trunk/www/firefox-nightly/files/patch-bug807492 Fri Nov 2 03:53:33 2012 (r1091) @@ -405,7 +405,7 @@ #include <unistd.h> -+#ifndef DARWIN ++#ifdef BSD +/* Hack version of addr2ascii (in util/util.c) */ +char *addr2ascii(int af, const void *addrp, int len,char *buf); +#endif @@ -1843,7 +1843,7 @@ #include <sys/time.h> #include <time.h> + -+#ifndef WEBRTC_BSD ++#ifdef WEBRTC_MAC #include <AudioUnit/AudioUnit.h> #if !defined(MAC_IPHONE) && !defined(MAC_IPHONE_SIM) #include <CoreServices/CoreServices.h> @@ -1852,7 +1852,7 @@ #include <AudioToolbox/AudioConverter.h> #include <CoreAudio/HostTime.h> #endif -+#endif // WEBRTC_BSD ++#endif // WEBRTC_MAC #define DWORD unsigned long int #define WINAPI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211020353.qA23rXL5072249>