mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Add __FBSDID()s to libmp
This commit is contained in:
parent
5d946b40c3
commit
971e707742
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84212
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user