]> git.ipfire.org Git - thirdparty/iptables.git/commit
Fix compiler warning on 64 bit: date_stop is an u_int32_t, so use UINT_MAX instead...
authorPatrick McHardy <kaber@trash.net>
Thu, 18 Oct 2007 09:36:39 +0000 (09:36 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 18 Oct 2007 09:36:39 +0000 (09:36 +0000)
commitff64ae696f64811d513b7969713d8002e37c0c3b
tree08ee86299bfdb97c28365dc40ad84465736b6d3a
parent1f25b402553db8dd4448ee502d7ebcf47c9151c9
Fix compiler warning on 64 bit: date_stop is an u_int32_t, so use UINT_MAX instead of LONG_MAX
extensions/libxt_time.c