From: jsg Date: Mon, 21 Oct 2024 22:55:52 +0000 (+0000) Subject: define _MACHINE_ARCH not _MACHINE_ARC X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e740fa6e19a2405c05417ad73018f07c75ef8029;p=openbsd define _MACHINE_ARCH not _MACHINE_ARC --- diff --git a/sys/arch/riscv64/include/param.h b/sys/arch/riscv64/include/param.h index 39cb08e938b..627b26c1dc0 100644 --- a/sys/arch/riscv64/include/param.h +++ b/sys/arch/riscv64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.5 2023/12/14 13:26:49 claudio Exp $ */ +/* $OpenBSD: param.h,v 1.6 2024/10/21 22:55:52 jsg Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -43,7 +43,7 @@ #define _MACHINE riscv64 #define MACHINE "riscv64" -#define _MACHINE_ARC riscv64 +#define _MACHINE_ARCH riscv64 #define MACHINE_ARCH "riscv64" #define MID_MACHINE MID_RISCV64