diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-28 00:44:51 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-28 00:44:51 +0000 |
| commit | 1b7d1a7357576c191067d4415119e706437c62f9 (patch) | |
| tree | 9b6bcf075e16be5171b8278844a06be129447b65 | |
| parent | 3a2e4f621c7f05e1f6148507e3e5ca55ff3a01f0 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/dec_kn8ae.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/alpha/alpha/dec_kn8ae.c b/sys/alpha/alpha/dec_kn8ae.c index 813d202d69e1..e255caca60d5 100644 --- a/sys/alpha/alpha/dec_kn8ae.c +++ b/sys/alpha/alpha/dec_kn8ae.c @@ -1,4 +1,4 @@ -/* $Id: dec_kn8ae.c,v 1.1 1998/06/10 10:52:30 dfr Exp $ */ +/* $Id: dec_kn8ae.c,v 1.2 1998/06/14 13:44:42 dfr Exp $ */ /* $NetBSD: dec_kn8ae.c,v 1.15 1998/02/13 00:12:50 thorpej Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/termios.h> #include <machine/rpb.h> -#include <machine/conf.h> #include <machine/cpuconf.h> #include <alpha/tlsb/tlsbreg.h> |
