summaryrefslogtreecommitdiff
path: root/sys/dev/trm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/trm')
-rw-r--r--sys/dev/trm/trm.c2
-rw-r--r--sys/dev/trm/trm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c
index 222857fb7c376..f76f869d0351a 100644
--- a/sys/dev/trm/trm.c
+++ b/sys/dev/trm/trm.c
@@ -11,7 +11,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/trm/trm.c,v 1.33.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* HISTORY:
diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h
index 21248835a5106..bc576e7a39a27 100644
--- a/sys/dev/trm/trm.h
+++ b/sys/dev/trm/trm.h
@@ -29,7 +29,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/trm/trm.h,v 1.5.20.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef trm_H