diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:28:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:28:42 +0000 |
commit | 261471c02b2a38a2bf56dd239bb2a9dabe641a29 (patch) | |
tree | cc0ef5060afe8a760fc44cfd7008387e3371eba4 /sys/arch/loongson/include | |
parent | 9131c67cf791765b5598e2e6c12d2b7905773e9c (diff) |
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs
polishing; most of this work done during h2k9 last month, although the
porting effort started earlier this year.
Diffstat (limited to 'sys/arch/loongson/include')
-rw-r--r-- | sys/arch/loongson/include/cdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/loongson/include/cdefs.h b/sys/arch/loongson/include/cdefs.h index 4b75be32450..386909009ab 100644 --- a/sys/arch/loongson/include/cdefs.h +++ b/sys/arch/loongson/include/cdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cdefs.h,v 1.1.1.1 2009/07/31 09:28:41 miod Exp $ */ +/* $OpenBSD: cdefs.h,v 1.1 2009/07/31 09:28:41 miod Exp $ */ /* public domain */ #include <mips64/cdefs.h> |