diff options
author | 2010-02-07 18:49:42 +0000 | |
---|---|---|
committer | 2010-02-07 18:49:42 +0000 | |
commit | 4a5db8f559493f92ae5f7c5af856a9d15f6599c6 (patch) | |
tree | 673768db4ae96c66755775adba8ecc561d6fca45 | |
parent | Beagle has two memory banks, fix buffer overflow. (diff) | |
download | wireguard-openbsd-4a5db8f559493f92ae5f7c5af856a9d15f6599c6.tar.xz wireguard-openbsd-4a5db8f559493f92ae5f7c5af856a9d15f6599c6.zip |
Fix machine tag.
-rw-r--r-- | sys/arch/beagle/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/beagle/include/param.h b/sys/arch/beagle/include/param.h index 9307798c2fd..66ef8cf4d6f 100644 --- a/sys/arch/beagle/include/param.h +++ b/sys/arch/beagle/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */ +/* $OpenBSD: param.h,v 1.2 2010/02/07 18:49:42 drahn Exp $ */ /* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ #include <arm/param.h> -#define _MACHINE mphone -#define MACHINE "mphone" +#define _MACHINE beagle +#define MACHINE "beagle" #endif /* _MPHONE_PARAM_H_ */ |