diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/fstat | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
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 1be1d7f7a545..834769ee887f 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.8 2004/06/29 21:28:09 dwmalone 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 8e4be03af5a5..ddb7cd938f7b 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.5 2004/06/29 21:28:09 dwmalone Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 55ac95bcaa8d..5dd59521fb9b 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.23.2.1 2005/03/17 13:26:06 phk Exp $ .\" .Dd March 27, 2002 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 86eee92acfdc..b4a13bef603e 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.55.2.3 2005/03/17 13:26:06 phk 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..66f47260f74a 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 2004/06/29 21:28:09 dwmalone Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 5bae63e4b5eb..720a6ebf71a1 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 2004/06/29 21:28:09 dwmalone Exp $"); #include <sys/param.h> #include <sys/time.h> |
