summaryrefslogtreecommitdiffstats
path: root/lib/liby
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:36:18 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:36:18 +0000
commitae3a4e3b0159e5502dcc9f4984bd494eea89d8a1 (patch)
treec816b761979206b1b4a6f353dc78cf683db6cf33 /lib/liby
parent3f4eabe6594889be9532151506817fe46fec7a40 (diff)
downloadFreeBSD-src-ae3a4e3b0159e5502dcc9f4984bd494eea89d8a1.zip
FreeBSD-src-ae3a4e3b0159e5502dcc9f4984bd494eea89d8a1.tar.gz
Add __FBSDID()s to liby
Diffstat (limited to 'lib/liby')
-rw-r--r--lib/liby/main.c3
-rw-r--r--lib/liby/yyerror.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/liby/main.c b/lib/liby/main.c
index 4b4e67a..398f2ae 100644
--- a/lib/liby/main.c
+++ b/lib/liby/main.c
@@ -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 */
diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c
index b21a7a8..c2159c8 100644
--- a/lib/liby/yyerror.c
+++ b/lib/liby/yyerror.c
@@ -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 */
OpenPOWER on IntegriCloud