Add __FBSDID()s to libmp

This commit is contained in:
Matthew Dillon 2001-09-30 21:58:17 +00:00
parent 5d946b40c3
commit 971e707742
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84212

View File

@ -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>