summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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