diff options
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 | ||||
| -rw-r--r-- | lib/libncurses/ncurses_cfg.h | 2 | ||||
| -rw-r--r-- | lib/libncurses/pathnames.h | 2 | ||||
| -rw-r--r-- | lib/libncurses/termcap.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index d620339bb619..f1cfb6626c65 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libncurses/Makefile,v 1.39.2.13 2002/08/07 16:31:48 ru Exp $ NCURSES=${.CURDIR}/../../contrib/ncurses diff --git a/lib/libncurses/ncurses_cfg.h b/lib/libncurses/ncurses_cfg.h index e43be459c533..0967d361f6fe 100644 --- a/lib/libncurses/ncurses_cfg.h +++ b/lib/libncurses/ncurses_cfg.h @@ -44,7 +44,7 @@ * ftp://dickey.his.com/autoconf/ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libncurses/ncurses_cfg.h,v 1.1.2.2 2000/10/12 18:41:06 peter Exp $ */ #ifndef NC_CONFIG_H #define NC_CONFIG_H diff --git a/lib/libncurses/pathnames.h b/lib/libncurses/pathnames.h index 5cac36f3651f..6f25f3291199 100644 --- a/lib/libncurses/pathnames.h +++ b/lib/libncurses/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libncurses/pathnames.h,v 1.1 1999/08/30 07:57:50 peter Exp $ */ #define _PATH_DEF ".termcap /usr/share/misc/termcap" diff --git a/lib/libncurses/termcap.c b/lib/libncurses/termcap.c index fa5b305d57b2..1bd54e0da32f 100644 --- a/lib/libncurses/termcap.c +++ b/lib/libncurses/termcap.c @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libncurses/termcap.c,v 1.2.2.2 2002/08/15 08:30:26 ru Exp $"); #ifndef lint static const char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93"; |
