diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/geom/multipath | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sys/geom/multipath')
-rw-r--r-- | sys/geom/multipath/g_multipath.c | 2 | ||||
-rw-r--r-- | sys/geom/multipath/g_multipath.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index 0398628e03d7a..cc7336bfb285c 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/multipath/g_multipath.c,v 1.1.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/multipath/g_multipath.h b/sys/geom/multipath/g_multipath.h index 22d6157250ae3..ff8f286ab002a 100644 --- a/sys/geom/multipath/g_multipath.h +++ b/sys/geom/multipath/g_multipath.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/multipath/g_multipath.h,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $ */ /* * Based upon work by Pawel Jakub Dawidek <pjd@FreeBSD.org> for all of the |