1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 23:31:08 +02:00

Merge unposted fix to 22718.

This commit is contained in:
Paul Ackersviller 2007-10-29 18:39:39 +00:00
parent 8fd48e3768
commit 473e48d33e

View file

@ -349,7 +349,7 @@ printulimit(char *nam, int lim, int hard, int head)
break;
# endif /* HAVE_RLIMIT_NICE */
# ifdef HAVE_RLIMIT_RTPRIO
case RLIMIT_RTPRIO
case RLIMIT_RTPRIO:
if (head)
printf("-r: max rt priority ");
break;