From 5b64a1fc00f9dac7f77d2d611f2870c2a617c97d Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 5 Jul 1998 04:14:56 +0000 Subject: [PATCH] "PS" alias for "SR" clashes with netccitt/pk.h. ifdef out. --- sys/arch/mips/include/regnum.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/mips/include/regnum.h b/sys/arch/mips/include/regnum.h index d93043fe8838..2502e23ec995 100644 --- a/sys/arch/mips/include/regnum.h +++ b/sys/arch/mips/include/regnum.h @@ -1,4 +1,4 @@ -/* $NetBSD: regnum.h,v 1.2 1996/03/19 15:20:39 jonathan Exp $ */ +/* $NetBSD: regnum.h,v 1.3 1998/07/05 04:14:56 jonathan Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -80,7 +80,10 @@ #define S8 30 #define RA 31 #define SR 32 +#ifndef _KERNEL /* clashes with netccitt/pk.h */ #define PS SR /* alias for SR */ +#endif + #define MULLO 33 #define MULHI 34 #define BADVADDR 35