From c0dfc714bfbc2fc309413cbf1b5ad8b6dfc40ed6 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 1 May 2021 00:22:33 +0000 Subject: [PATCH] variable has to be a pointer after last change --- sys/dev/ic/stivar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h index d581d51bd6d..dff4ae29001 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stivar.h,v 1.25 2015/04/05 23:25:57 miod Exp $ */ +/* $OpenBSD: stivar.h,v 1.26 2021/05/01 00:22:33 deraadt Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -45,7 +45,7 @@ struct sti_rom { bus_addr_t *bases; struct sti_dd rom_dd; /* in word format */ - vaddr_t rom_code; + void *rom_code; /* * ROM-provided function pointers -- 2.20.1