summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1998-05-19 20:52:31 +0000
committerdufault <dufault@FreeBSD.org>1998-05-19 20:52:31 +0000
commit7fd17d7019e1a7ef1ab7f9b0eaafa3fed929a661 (patch)
tree53e474ceed63d0a477592bc167e1f44b09ec71cd /usr.sbin/rtprio
parent99669d2e372803ba9b5cd55be7ae965f3dde697c (diff)
downloadFreeBSD-src-7fd17d7019e1a7ef1ab7f9b0eaafa3fed929a661.zip
FreeBSD-src-7fd17d7019e1a7ef1ab7f9b0eaafa3fed929a661.tar.gz
Treat RTP_PRIO_FIFO the same as RTP_PRIO_REALTIME for status display.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r--usr.sbin/rtprio/rtprio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c
index 0088b40..55aebf4 100644
--- a/usr.sbin/rtprio/rtprio.c
+++ b/usr.sbin/rtprio/rtprio.c
@@ -34,7 +34,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: rtprio.c,v 1.5 1997/10/13 11:24:01 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -81,6 +81,7 @@ main(argc, argv)
printf("%s: ", p);
switch (rtp.type) {
case RTP_PRIO_REALTIME:
+ case RTP_PRIO_FIFO:
printf("realtime priority %d\n", rtp.prio);
break;
case RTP_PRIO_NORMAL:
OpenPOWER on IntegriCloud