From 2849b893e370478f98dc827ee4de9dc8572c464e Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 16 Apr 1997 22:57:48 +0000 Subject: [PATCH] s/dummy/md_proc/ --- sys/arch/powerpc/include/proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc/include/proc.h b/sys/arch/powerpc/include/proc.h index 019cc2a7d98f..39d2dcf4ca52 100644 --- a/sys/arch/powerpc/include/proc.h +++ b/sys/arch/powerpc/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.1 1996/09/30 16:34:31 ws Exp $ */ +/* $NetBSD: proc.h,v 1.2 1997/04/16 22:57:48 thorpej Exp $ */ /*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -35,5 +35,5 @@ * Machine-dependent part of the proc structure */ struct mdproc { - int dummy; + int md_regs; };