diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:27 +0000 |
commit | 25fc25090e5f293ca01a335cf58a03d21855a6aa (patch) | |
tree | 8ff41a94468b5bb72664ce6b49ef269ac7443044 /sys/arch/loongson/include | |
parent | 86f0eef0b6abfc8edb64d84b75414263e0372d4a (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/varargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/loongson/include/varargs.h b/sys/arch/loongson/include/varargs.h index eb687f15b33..d0a94b2c1fd 100644 --- a/sys/arch/loongson/include/varargs.h +++ b/sys/arch/loongson/include/varargs.h @@ -1,3 +1,3 @@ -/* $OpenBSD: varargs.h,v 1.1.1.1 2009/07/31 09:26:26 miod Exp $ */ +/* $OpenBSD: varargs.h,v 1.1 2009/07/31 09:26:26 miod Exp $ */ /* public domain */ #include <mips64/varargs.h> |