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 234e5cbcce44..4650368bffb8 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libncurses/Makefile,v 1.39.2.3 2000/10/12 18:41:06 peter 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 301aa27647fa..4e59376ae97a 100644 --- a/lib/libncurses/termcap.c +++ b/lib/libncurses/termcap.c @@ -59,7 +59,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libncurses/termcap.c,v 1.2.2.1 2000/07/10 09:54:51 ps Exp $ */ #ifndef lint |
