From 1ccaf05ff17d41fdffd68234d6f3effca59beb47 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 1 Feb 1999 22:20:02 +0000 Subject: [PATCH] add CPU_SUN4U, to make libkvm compile. --- sys/arch/sparc/include/param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index a4891807c268..c1a6b50be311 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.36 1998/08/23 10:08:25 pk Exp $ */ +/* $NetBSD: param.h,v 1.37 1999/02/01 22:20:02 mrg Exp $ */ /* * Copyright (c) 1992, 1993 @@ -184,6 +184,7 @@ extern int cputyp; #define CPU_SUN4 0 #define CPU_SUN4C 1 #define CPU_SUN4M 2 +#define CPU_SUN4U 3 /* * Shorthand CPU-type macros. Enumerate all eight cases.