From fd0d00c59747ea3700ebf727eda9df09e8dc7fd9 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 30 Sep 2001 22:03:54 +0000 Subject: [PATCH] Add __FBSDID()s to libnetgraph --- lib/libnetgraph/debug.c | 5 +++-- lib/libnetgraph/msg.c | 5 +++-- lib/libnetgraph/sock.c | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index 131ae3c89c4a..696d7d945bce 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -1,4 +1,3 @@ - /* * debug.c * @@ -36,10 +35,12 @@ * * Author: Archie Cobbs * - * $FreeBSD$ * $Whistle: debug.c,v 1.24 1999/01/24 01:15:33 archie Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 4cec810bc313..8246d4226fda 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -1,4 +1,3 @@ - /* * msg.c * @@ -36,10 +35,12 @@ * * Author: Archie Cobbs * - * $FreeBSD$ * $Whistle: msg.c,v 1.9 1999/01/20 00:57:23 archie Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c index c5a82341162a..44af94fe79da 100644 --- a/lib/libnetgraph/sock.c +++ b/lib/libnetgraph/sock.c @@ -1,4 +1,3 @@ - /* * sock.c * @@ -36,10 +35,12 @@ * * Author: Archie Cobbs * - * $FreeBSD$ * $Whistle: sock.c,v 1.12 1999/01/20 00:57:23 archie Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include