summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1998-03-04 10:27:00 +0000
committerdufault <dufault@FreeBSD.org>1998-03-04 10:27:00 +0000
commite28788f2a420e093ade000eeb0ba96634af0e177 (patch)
treeed01e5e208cef9b87e2f87e523c53a779b5e241b /sys/vm/vm_glue.c
parent8893ec06df8a340a0fd561e62ae140190cf3c832 (diff)
downloadFreeBSD-src-e28788f2a420e093ade000eeb0ba96634af0e177.zip
FreeBSD-src-e28788f2a420e093ade000eeb0ba96634af0e177.tar.gz
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.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
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;
/*
OpenPOWER on IntegriCloud