diff options
Diffstat (limited to 'usr.bin/lsvfs')
| -rw-r--r-- | usr.bin/lsvfs/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/lsvfs/lsvfs.1 | 2 | ||||
| -rw-r--r-- | usr.bin/lsvfs/lsvfs.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 3b25443ca3a2..b41f380b4c45 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -#	$Id$ +#	$Id: Makefile,v 1.1 1994/09/22 01:25:55 wollman Exp $  PROG=	lsvfs  .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 703a620f517c..403f826d1b9e 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $Id: lsvfs.1,v 1.2 1995/03/16 18:37:46 wollman Exp $ +.\" $Id: lsvfs.1,v 1.2.4.1 1996/01/30 13:59:58 mpp Exp $  .\" Garrett A. Wollman, September 1994  .\" This file is in the public domain.  .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index ccfc03877b7a..afa7ce77bc73 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,7 +3,7 @@   * Garrett A. Wollman, September 1994   * This file is in the public domain.   * - * $Id: lsvfs.c,v 1.4 1995/03/16 20:29:11 wollman Exp $ + * $Id: lsvfs.c,v 1.5 1995/03/16 21:43:03 wollman Exp $   */  #include <sys/types.h> | 
