summaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
commit7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch)
tree3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /lib/libncurses
parent172a0f0d163415e05ea07968167b11145975a6cb (diff)
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/libncurses/pathnames.h2
-rw-r--r--lib/libncurses/termcap.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 7d0962354f76..5aeba0459ed5 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libncurses/Makefile,v 1.39 2000/03/02 08:23:23 peter Exp $
NCURSES=${.CURDIR}/../../contrib/ncurses
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 9469bea29a0c..bc1d94c7ab36 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 1999/11/17 01:01:02 peter Exp $
*/
#ifndef lint