In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2013-12-29 18:53:45 +00:00
parent e279f478f2
commit 01f6c1ea07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260048
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"