aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-12-29 18:53:45 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-12-29 18:53:45 +0000
commit01f6c1ea076e62f2d5f8aed1cbc86ec357206265 (patch)
tree9bde9fd3357f76d729494611911e1e2580837945 /sys/netgraph
parente279f478f22b6de05e05a6880e289bb50c5ba86c (diff)
downloadsrc-01f6c1ea076e62f2d5f8aed1cbc86ec357206265.tar.gz
src-01f6c1ea076e62f2d5f8aed1cbc86ec357206265.zip
In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=260048
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/netflow/netflow.c4
-rw-r--r--sys/netgraph/netflow/netflow_v9.c4
-rw-r--r--sys/netgraph/netflow/ng_netflow.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c
index 56947a644e5c..eca5f41c517c 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 <sys/cdefs.h>
+__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 a3c57911c9b3..a52682186933 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"
diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c
index 966189686e5b..4cf453cab7ce 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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include "opt_route.h"