diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 21:58:17 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 21:58:17 +0000 |
commit | 147ed5d738ce8b2449db2153cfc28296b730bf1a (patch) | |
tree | ee4a0963c7dc2c687399d90783ad063c6610183a /lib/libmp | |
parent | ed504fcccb4a1850d2d10eb64257b3d1e23da159 (diff) | |
download | FreeBSD-src-147ed5d738ce8b2449db2153cfc28296b730bf1a.zip FreeBSD-src-147ed5d738ce8b2449db2153cfc28296b730bf1a.tar.gz |
Add __FBSDID()s to libmp
Diffstat (limited to 'lib/libmp')
-rw-r--r-- | lib/libmp/mpasbn.c | 6 |
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> |