This is one of the reasons to hate open source...spurious little changes
somewhere that crate a lot of work for others because someone decided to
make a change they thought was good....sigh

Darren

Index: ip_compat.h
===================================================================
RCS file: /devel/CVS/IP-Filter/ip_compat.h,v
retrieving revision 2.142.2.24
diff -c -r2.142.2.24 ip_compat.h
*** ip_compat.h 8 Jan 2005 14:22:59 -0000       2.142.2.24
--- ip_compat.h 15 Mar 2005 20:00:43 -0000
***************
*** 1278,1289 ****
  #define       ipf_isw         ipf_lkun_s.ipf_sw
  #define       ipf_magic       ipf_lkun_s.ipf_magic
  
! #ifdef        __GNUC__
! # define      INLINE  __inline__
! #else
  # ifndef      INLINE
  #  define     INLINE
  # endif
  #endif
  
  #if defined(linux) && defined(_KERNEL)
--- 1278,1290 ----
  #define       ipf_isw         ipf_lkun_s.ipf_sw
  #define       ipf_magic       ipf_lkun_s.ipf_magic
  
! #if !defined(__GNUC__) || \
!     (defined(__FreeBSD_version) && (__FreeBSD_version >= 503000))
  # ifndef      INLINE
  #  define     INLINE
  # endif
+ #else
+ # define      INLINE  __inline__
  #endif
  
  #if defined(linux) && defined(_KERNEL)

Reply via email to