diff options
Diffstat (limited to 'sys/netgraph/netflow/netflow.c')
-rw-r--r-- | sys/netgraph/netflow/netflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index c4c91272d9765..13b41f91ab508 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -28,7 +28,7 @@ */ static const char rcs_id[] = - "@(#) $FreeBSD$"; + "@(#) $FreeBSD: src/sys/netgraph/netflow/netflow.c,v 1.15.2.2.2.1 2006/05/01 20:07:38 maxim Exp $"; #include <sys/param.h> #include <sys/kernel.h> |