diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /lib/liby | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
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 398f2ae53cef..8ecdb3555920 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.3 2001/09/30 22:36:18 dillon 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"; |
