diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
commit | 4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch) | |
tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/mount_umapfs | |
parent | 090fb430f117cbbf541214c39f88eb57afb71d15 (diff) | |
download | FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'sbin/mount_umapfs')
-rw-r--r-- | sbin/mount_umapfs/mount_umapfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_umapfs/mount_umapfs.c b/sbin/mount_umapfs/mount_umapfs.c index 9c5cb94..5d884ff 100644 --- a/sbin/mount_umapfs/mount_umapfs.c +++ b/sbin/mount_umapfs/mount_umapfs.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)mount_umap.c 8.3 (Berkeley) 3/27/94"; */ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> |