From 23c4731f334c11b77c6bcf062ff2e7e6b3cf2c4e Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Thu, 28 Oct 1999 04:25:26 +0000 Subject: Sync up with some piece of reality, start supporting powerpc again. --- sys/dev/ofw/openfirm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ofw/openfirm.h') diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 386239df8ec..342bac5c4af 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: openfirm.h,v 1.2 1997/11/07 08:07:24 niklas Exp $ */ +/* $OpenBSD: openfirm.h,v 1.3 1999/10/28 04:25:25 rahnds Exp $ */ /* $NetBSD: openfirm.h,v 1.1 1996/09/30 16:35:10 ws Exp $ */ /* @@ -40,7 +40,7 @@ int openfirmware __P((void *)); -extern char *OF_buf; +extern char OF_buf[]; int OF_peer __P((int phandle)); int OF_child __P((int phandle)); -- cgit v1.2.3