In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].
MFC after: 3 days
This commit is contained in:
parent
e279f478f2
commit
01f6c1ea07
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user