diff options
Diffstat (limited to 'sys/netgraph/netflow/netflow_v9.c')
-rw-r--r-- | sys/netgraph/netflow/netflow_v9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/netflow/netflow_v9.c b/sys/netgraph/netflow/netflow_v9.c index a3c5791..a526821 100644 --- a/sys/netgraph/netflow/netflow_v9.c +++ b/sys/netgraph/netflow/netflow_v9.c @@ -26,8 +26,8 @@ * $FreeBSD$ */ -static const char rcs_id[] = - "@(#) $FreeBSD$"; +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_route.h" |