diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /lib/libncurses | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 | ||||
| -rw-r--r-- | lib/libncurses/pathnames.h | 2 | ||||
| -rw-r--r-- | lib/libncurses/termcap.c | 2 |
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 |
