From: deraadt Date: Sat, 1 May 2021 00:22:33 +0000 (+0000) Subject: variable has to be a pointer after last change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c0dfc714bfbc2fc309413cbf1b5ad8b6dfc40ed6;p=openbsd variable has to be a pointer after last change --- 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