From owner-p4-projects Sun Nov 10 15: 9:48 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9EC4C37B404; Sun, 10 Nov 2002 15:09:46 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D3E37B401 for ; Sun, 10 Nov 2002 15:09:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9CDE43E75 for ; Sun, 10 Nov 2002 15:09:45 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAN7WmV079336 for ; Sun, 10 Nov 2002 15:07:32 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAN7WvT079333 for perforce@freebsd.org; Sun, 10 Nov 2002 15:07:32 -0800 (PST) Date: Sun, 10 Nov 2002 15:07:32 -0800 (PST) Message-Id: <200211102307.gAAN7WvT079333@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 20937 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=20937 Change 20937 by jmallett@jmallett_dalek on 2002/11/10 15:06:56 Wrap in ifndef/define/endif stuff. Add an empty . Affected files ... .. //depot/projects/mips/sys/mips/include/mutex.h#1 add .. //depot/projects/mips/sys/mips/sgimips/param.h#3 edit Differences ... ==== //depot/projects/mips/sys/mips/sgimips/param.h#3 (text+ko) ==== @@ -36,8 +36,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ +#ifndef _SGIMIPS_PARAM_H_ +#define _SGIMIPS_PARAM_H_ + #define MACHINE "sgimips" #define MID_MACHINE MID_MIPS @@ -75,10 +80,11 @@ #ifdef _KERNEL #ifndef _LOCORE -__inline extern void delay(unsigned long); #define DELAY(n) delay(n) #include #endif /* _LOCORE */ #endif /* _KERNEL */ + +#endif /* !_SGIMIPS_PARAM_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message