define _MACHINE_ARCH not _MACHINE_ARC
authorjsg <jsg@openbsd.org>
Mon, 21 Oct 2024 22:55:52 +0000 (22:55 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Oct 2024 22:55:52 +0000 (22:55 +0000)
sys/arch/riscv64/include/param.h

index 39cb08e..627b26c 100644 (file)
@@ -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