1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

Treat RTP_PRIO_FIFO the same as RTP_PRIO_REALTIME for status display.

This commit is contained in:
Peter Dufault 1998-05-19 20:52:31 +00:00
parent b6dad36385
commit 66ed4bce19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36213

View File

@ -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: