From 202b0bbece4bc40cb6134ea59d3e3a7599f5024c Mon Sep 17 00:00:00 2001 From: oster Date: Tue, 13 Dec 2005 21:33:21 +0000 Subject: [PATCH] s/struct proc/struct lwp/ to provide forward reference for lwp. Fixes build problem on vax. --- sys/sys/domain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/domain.h b/sys/sys/domain.h index 33af825b759c..c54f120eaf48 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -1,4 +1,4 @@ -/* $NetBSD: domain.h,v 1.21 2005/12/11 12:25:20 christos Exp $ */ +/* $NetBSD: domain.h,v 1.22 2005/12/13 21:33:21 oster Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -42,7 +42,7 @@ /* * Forward structure declarations for function prototypes [sic]. */ -struct proc; +struct lwp; struct mbuf; struct ifnet;