Diff for /fwsync/driver/Attic/fwsync_utils.c between versions 1.2 and 1.3

version 1.2, 2022/07/15 10:46:17 version 1.3, 2022/08/03 17:07:07
Line 5 Line 5
 #include "fwsync.h"  #include "fwsync.h"
   
   
   #if 0
 #ifndef IPFIREWALL_JENKINSHASH  #ifndef IPFIREWALL_JENKINSHASH
 __inline uint32_t  __inline uint32_t
 fwsync_hash_packet(const struct ipfw_flow_id *id)  fwsync_hash_packet(const struct ipfw_flow_id *id)
Line 128  fwsync_hash_parent(const struct ipfw_flow_id *id, cons Line 129  fwsync_hash_parent(const struct ipfw_flow_id *id, cons
             sizeof(rule) / sizeof(uint32_t), fwsync_hash_packet(id)));              sizeof(rule) / sizeof(uint32_t), fwsync_hash_packet(id)));
 }  }
 #endif /* IPFIREWALL_JENKINSHASH */  #endif /* IPFIREWALL_JENKINSHASH */
   #endif
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>