diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /lib/liby | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'.
This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'lib/liby')
| -rw-r--r-- | lib/liby/Makefile | 2 | ||||
| -rw-r--r-- | lib/liby/main.c | 2 | ||||
| -rw-r--r-- | lib/liby/yyerror.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile index 27266b82b0e9..a9909771181a 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/liby/Makefile,v 1.10 2002/09/28 00:25:32 peter Exp $ LIB= y SHLIB_MAJOR= 2 diff --git a/lib/liby/main.c b/lib/liby/main.c index c2955c407369..7878e855fba4 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/liby/main.c,v 1.4 2004/05/24 09:50:57 stefanf Exp $"); #ifndef lint static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index c2159c8a9444..378ba13b266c 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/liby/yyerror.c,v 1.3 2001/09/30 22:36:18 dillon Exp $"); #ifndef lint static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93"; |
