bump version for libpcap+tcpdump imports

This commit is contained in:
Sam Leffler 2006-09-04 21:49:31 +00:00
parent 56e4b2d3cc
commit 50bdd72083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162023
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20060903:
libpcap updated to v0.9.4 and tcpdump to v3.9.4
20060816:
The IPFIREWALL_FORWARD_EXTENDED option is gone and the behaviour
for IP_FIREWALL_FORWARD is now as it was before when it was first

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 700020 /* Master, propagated to newvers */
#define __FreeBSD_version 700021 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>