diff options
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/vi/config.h | 2 | ||||
| -rw-r--r-- | usr.bin/vi/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/vi/port.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 7276b7b35bb8..ee3cf4325fbd 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vi/Makefile,v 1.43 2004/10/18 17:16:01 ru Exp $ # SRCDIR= ${.CURDIR}/../../contrib/nvi diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81..3b104d1991e4 100644 --- a/usr.bin/vi/config.h +++ b/usr.bin/vi/config.h @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/config.h,v 1.3 2000/04/16 17:34:33 jlemon Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h index 72c8bb3daa45..202186dcd07f 100644 --- a/usr.bin/vi/pathnames.h +++ b/usr.bin/vi/pathnames.h @@ -1,5 +1,5 @@ /* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/pathnames.h,v 1.3 2003/05/05 22:49:23 obrien Exp $ */ /* Read standard system paths first. */ #include <paths.h> diff --git a/usr.bin/vi/port.h b/usr.bin/vi/port.h index bdd5faf2cf58..1be5b78b46dc 100644 --- a/usr.bin/vi/port.h +++ b/usr.bin/vi/port.h @@ -1,6 +1,6 @@ /* @(#)port.h.in 8.13 (Berkeley) 6/12/96 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/port.h,v 1.2 2002/03/22 01:42:41 imp Exp $ */ /* * Declare the basic types, if they aren't already declared. Named and |
