diff options
Diffstat (limited to 'sbin/mount_ext2fs')
| -rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 9441c8bcd2e0..6c560b3fcc10 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -29,7 +29,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id$ +.\"	$Id: mount_ext2fs.8,v 1.3.2.1 1998/07/17 20:13:30 jkh Exp $  .\"  .Dd January 31, 1996  .Dt MOUNT_EXT2FS 8 diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c index 18a57ed579c2..894de784d44b 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -42,7 +42,7 @@ static char copyright[] =  static char sccsid[] = "@(#)mount_lfs.c	8.3 (Berkeley) 3/27/94";  */  static const char rcsid[] = -	"$Id: mount_ext2fs.c,v 1.4 1996/09/14 02:57:56 bde Exp $"; +	"$Id: mount_ext2fs.c,v 1.4.2.1 1997/12/04 07:36:11 imp Exp $";  #endif /* not lint */  #include <sys/param.h>  | 
