From e28788f2a420e093ade000eeb0ba96634af0e177 Mon Sep 17 00:00:00 2001 From: dufault Date: Wed, 4 Mar 1998 10:27:00 +0000 Subject: Reviewed by: msmith, bde long ago POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309. --- sys/vm/vm_glue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/vm/vm_glue.c') diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 8bb9490..0e78a8a 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,7 +59,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.73 1998/02/06 12:14:22 eivind Exp $ + * $Id: vm_glue.c,v 1.74 1998/02/09 06:11:24 eivind Exp $ */ #include "opt_rlimit.h" @@ -425,7 +425,7 @@ retry: /* * do not swapout a realtime process */ - if (p->p_rtprio.type == RTP_PRIO_REALTIME) + if (RTP_PRIO_IS_REALTIME(p->p_rtprio.type)) continue; /* -- cgit v1.1