[SVN-Commit] r1091 - trunk/www/firefox-nightly/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Nov 2 03:53:40 UTC 2012
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
More information about the freebsd-gecko
mailing list