From 9da93fd65da2073262c1b5085492fbed52beb3b0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 8 Mar 2000 22:13:24 +0000 Subject: multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES --- sys/arch/sparc/include/param.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc/include') diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 1fe8ded1d35..08894b43793 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 2000/02/22 19:27:59 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.15 2000/03/08 22:13:23 deraadt Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -44,6 +44,10 @@ * * @(#)param.h 8.1 (Berkeley) 6/11/93 */ + +#ifndef _SPARC_PARAM_H_ +#define _SPARC_PARAM_H_ + /* * Sun4M support by Aaron Brown, Harvard University. * Changes Copyright (c) 1995 The President and Fellows of Harvard College. @@ -296,3 +300,5 @@ extern int mmumod; # define PGOFSET pgofset # define PGSHIFT pgshift #endif + +#endif /* _SPARC_PARAM_H_ */ -- cgit v1.2.3