diff options
Diffstat (limited to 'sys/miscfs/umapfs')
-rw-r--r-- | sys/miscfs/umapfs/umap.h | 2 | ||||
-rw-r--r-- | sys/miscfs/umapfs/umap_subr.c | 2 | ||||
-rw-r--r-- | sys/miscfs/umapfs/umap_vfsops.c | 2 | ||||
-rw-r--r-- | sys/miscfs/umapfs/umap_vnops.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/miscfs/umapfs/umap.h b/sys/miscfs/umapfs/umap.h index 5903d30e3fa1..2d4f1418e493 100644 --- a/sys/miscfs/umapfs/umap.h +++ b/sys/miscfs/umapfs/umap.h @@ -35,7 +35,7 @@ * * @(#)umap.h 8.3 (Berkeley) 1/21/94 * - * $Id$ + * umap.h,v 1.2 1994/08/02 07:45:33 davidg Exp */ #define MAPFILEENTRIES 64 diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c index 4b2aad4ba01a..6adec00672f6 100644 --- a/sys/miscfs/umapfs/umap_subr.c +++ b/sys/miscfs/umapfs/umap_subr.c @@ -35,7 +35,7 @@ * * @(#)umap_subr.c 8.6 (Berkeley) 1/26/94 * - * $Id: umap_subr.c,v 1.2 1994/05/25 09:09:07 rgrimes Exp $ + * umap_subr.c,v 1.3 1994/10/10 07:55:43 phk Exp */ #include <sys/param.h> diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index e0baf463a59b..33c256e61d88 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -35,7 +35,7 @@ * * @(#)umap_vfsops.c 8.3 (Berkeley) 1/21/94 * - * $Id: umap_vfsops.c,v 1.4 1994/09/22 19:38:19 wollman Exp $ + * umap_vfsops.c,v 1.5 1994/10/10 07:55:43 phk Exp */ /* diff --git a/sys/miscfs/umapfs/umap_vnops.c b/sys/miscfs/umapfs/umap_vnops.c index ddbe4995cdb8..2b579d7f4621 100644 --- a/sys/miscfs/umapfs/umap_vnops.c +++ b/sys/miscfs/umapfs/umap_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)umap_vnops.c 8.3 (Berkeley) 1/5/94 - * $Id: umap_vnops.c,v 1.6 1994/09/21 23:22:43 wollman Exp $ + * umap_vnops.c,v 1.7 1994/10/10 07:55:44 phk Exp */ /* |