From 492235d1a68493415c19efb323a38b1a78658ca5 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 4 Jan 2014 19:04:53 +0000 Subject: [PATCH] MFC r260048: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. git-svn-id: svn://svn.freebsd.org/base/stable/9@260278 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/netgraph/netflow/netflow.c | 4 ++-- sys/netgraph/netflow/netflow_v9.c | 4 ++-- sys/netgraph/netflow/ng_netflow.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index c3443e599..3fe62d6dd 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -28,8 +28,8 @@ * $SourceForge: netflow.c,v 1.41 2004/09/05 11:41:10 glebius Exp $ */ -static const char rcs_id[] = - "@(#) $FreeBSD$"; +#include +__FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netgraph/netflow/netflow_v9.c b/sys/netgraph/netflow/netflow_v9.c index e0406655f..69036370a 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 +__FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index 2997f5e87..f1ef05e90 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -28,8 +28,8 @@ * $SourceForge: ng_netflow.c,v 1.30 2004/09/05 11:37:43 glebius Exp $ */ -static const char rcs_id[] = - "@(#) $FreeBSD$"; +#include +__FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_route.h" -- 2.45.2