Add __FBSDID()s to liby

This commit is contained in:
dillon 2001-09-30 22:36:18 +00:00
parent 3f4eabe659
commit ae3a4e3b01
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 */