diff options
author | dfr <dfr@FreeBSD.org> | 1998-06-10 20:13:32 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-06-10 20:13:32 +0000 |
commit | af9c9e142348c5ed5fce26ea8316b03084a6d928 (patch) | |
tree | 4ff0dae093f44003e118d245051d85c4265331fa | |
parent | bc7ca30cfb1c0efa19f0eaff159c6343b3f88af7 (diff) | |
download | FreeBSD-src-af9c9e142348c5ed5fce26ea8316b03084a6d928.zip FreeBSD-src-af9c9e142348c5ed5fce26ea8316b03084a6d928.tar.gz |
Fix mangled Id keyword.
-rw-r--r-- | sys/alpha/alpha/interrupt.c | 2 | ||||
-rw-r--r-- | sys/alpha/alpha/trap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c index c4945a1..e8870ed 100644 --- a/sys/alpha/alpha/interrupt.c +++ b/sys/alpha/alpha/interrupt.c @@ -1,4 +1,4 @@ -/* $Id */ +/* $Id$ */ /* $NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $ */ /* diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index e68aef1..42e69ea 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -1,4 +1,4 @@ -/* $Id */ +/* $Id$ */ /* $NetBSD: trap.c,v 1.31 1998/03/26 02:21:46 thorpej Exp $ */ /* |