From 971e7077420c585a93365da72e8db26b6aa05600 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 30 Sep 2001 21:58:17 +0000 Subject: [PATCH] Add __FBSDID()s to libmp --- lib/libmp/mpasbn.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index 0510b6ea645..0185e1f1851 100644 --- a/lib/libmp/mpasbn.c +++ b/lib/libmp/mpasbn.c @@ -69,10 +69,8 @@ * doesn't get an error message from a function they didn't call. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include