[dahdi-commits] fjoe: freebsd/trunk r9179 -	/freebsd/trunk/drivers/dahdi/wctc4xxp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Mon Aug 23 23:02:14 CDT 2010
    
    
  
Author: fjoe
Date: Mon Aug 23 23:02:10 2010
New Revision: 9179
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9179
Log:
Fix FreeBSD 7.x support (no wmb()).
Modified:
    freebsd/trunk/drivers/dahdi/wctc4xxp/base.c
Modified: freebsd/trunk/drivers/dahdi/wctc4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/wctc4xxp/base.c?view=diff&rev=9179&r1=9178&r2=9179
==============================================================================
--- freebsd/trunk/drivers/dahdi/wctc4xxp/base.c (original)
+++ freebsd/trunk/drivers/dahdi/wctc4xxp/base.c Mon Aug 23 23:02:10 2010
@@ -35,8 +35,8 @@
 
 #ifdef wmb
 #undef wmb
+#endif
 #define wmb()
-#endif
 #else /* !__FreeBSD__ */
 #include <linux/kernel.h>
 #include <linux/errno.h>
    
    
More information about the dahdi-commits
mailing list