Add __FBSDID()s to liby

This commit is contained in:
Matthew Dillon 2001-09-30 22:36:18 +00:00
parent 8719c58fef
commit 22a7e5990a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84227
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */

View file

@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */