From 42cae7582de9c28453c790d90932f5ab1a1b7291 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 22:12:36 +0000 Subject: Add __FBSDID()s to libradius --- lib/libradius/radlib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c index 9af6e4b..0b1299b 100644 --- a/lib/libradius/radlib.c +++ b/lib/libradius/radlib.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1