summaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authorPeter Dufault <dufault@FreeBSD.org>1998-05-19 20:52:31 +0000
committerPeter Dufault <dufault@FreeBSD.org>1998-05-19 20:52:31 +0000
commit66ed4bce1930f23bec4df36803601de4a00769b1 (patch)
tree6eb95dbabbe06b377e14325fe1b8480a0e35c5e6 /usr.sbin/rtprio
parentb6dad36385d319f12f780bc21e6b459fccacb718 (diff)
downloadsrc-test2-66ed4bce1930f23bec4df36803601de4a00769b1.tar.gz
src-test2-66ed4bce1930f23bec4df36803601de4a00769b1.zip
Notes
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 0088b401fe69..55aebf4837d0 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: