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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8ca57b992bc8..deb7b3cc750c 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.9.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fstat SRCS= cd9660.c fstat.c msdosfs.c diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1c26e8d854a8..c4acf7b52f04 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.16.1 2008/10/02 02:57:24 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 91bf4d27530d..48295e5f7919 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.26.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 27, 2002 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 666c9c9696dc..35cd5078e93d 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.60.2.5.2.1 2008/10/02 02:57:24 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 dda8bbf7906b..e0f68c57102b 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.6.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 5bae63e4b5eb..8e922c540d49 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.9.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> |
