summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libmp/mpasbn.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c
index 0510b6e..0185e1f 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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
OpenPOWER on IntegriCloud