Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/ipf/ipsend
Module Name: src
Committed By: snj
Date: Thu Jul 2 01:43:16 UTC 2009
Modified Files:
src/dist/ipf/ipsend: sock.c
Log Message:
Fix two problems in a conditional:
- __NetBSD__Version__ -> __NetBSD_Version__
- ">= 599001200" -> "< 599001200"
This worked on current because of the __ typo.
Spotted by Geoff Wing.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/dist/ipf/ipsend/sock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index