diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
| commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
| tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /lib/liby | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'lib/liby')
| -rw-r--r-- | lib/liby/main.c | 2 | ||||
| -rw-r--r-- | lib/liby/yyerror.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/liby/main.c b/lib/liby/main.c index 7c3a6acf0ccc..5e7ae6fa8f0d 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -30,8 +30,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index 861ad5ad4c35..2b67cfcf0fa2 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -30,8 +30,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ |
