diff options
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/fstat/cd9660.c | 2 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.1 | 2 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.c | 2 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.h | 2 | ||||
-rw-r--r-- | usr.bin/fstat/msdosfs.c | 2 | ||||
-rw-r--r-- | usr.bin/fstat/zfs.c | 2 | ||||
-rw-r--r-- | usr.bin/fstat/zfs/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index d55fce479867..6b2f60397526 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/Makefile,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1c26e8d854a8..db56f03ca7c9 100644 --- a/usr.bin/fstat/cd9660.c +++ b/usr.bin/fstat/cd9660.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/cd9660.c,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index c2cd0787b9ca..34227afe65a3 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fstat.1 8.3 (Berkeley) 2/25/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fstat/fstat.1,v 1.28.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd July 9, 2009 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index f82e964395b2..15c555a5f432 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/fstat.c,v 1.71.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 43351108deb7..24b725319c74 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fstat/fstat.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 7f80499310e6..7c0eebcc9083 100644 --- a/usr.bin/fstat/msdosfs.c +++ b/usr.bin/fstat/msdosfs.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/msdosfs.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c index 96cdff6870a0..885b1c91f261 100644 --- a/usr.bin/fstat/zfs.c +++ b/usr.bin/fstat/zfs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fstat/zfs.c,v 1.8.4.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/fstat/zfs/Makefile b/usr.bin/fstat/zfs/Makefile index 7ecfc85a4c0c..f821a6adeb39 100644 --- a/usr.bin/fstat/zfs/Makefile +++ b/usr.bin/fstat/zfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/zfs/Makefile,v 1.5.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .PATH: ${.CURDIR}/.. |