diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
| commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
| tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /sys/dev/trm | |
| parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) | |
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 2 | ||||
| -rw-r--r-- | sys/dev/trm/trm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 222857fb7c37..6ab70a32ae83 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); /* * HISTORY: diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index 21248835a510..460d92494868 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.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef trm_H |
