diff options
Diffstat (limited to 'sys/net/flowtable.c')
-rw-r--r-- | sys/net/flowtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 0e4beb4a07fd..540f4387f541 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "opt_inet6.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net/flowtable.c,v 1.15.2.13.2.2 2010/07/07 17:52:13 bz Exp $"); #include <sys/param.h> #include <sys/types.h> |