Add __FBSDID()s to libmp

This commit is contained in:
Matthew Dillon 2001-09-30 21:58:17 +00:00
parent 5d946b40c3
commit 971e707742
1 changed files with 2 additions and 4 deletions

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>