mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
Merge unposted fix to 22718.
This commit is contained in:
parent
8fd48e3768
commit
473e48d33e
1 changed files with 3 additions and 3 deletions
|
@ -345,13 +345,13 @@ printulimit(char *nam, int lim, int hard, int head)
|
|||
# ifdef HAVE_RLIMIT_NICE
|
||||
case RLIMIT_NICE:
|
||||
if (head)
|
||||
printf("-e: max nice ");
|
||||
printf("-e: max nice ");
|
||||
break;
|
||||
# endif /* HAVE_RLIMIT_NICE */
|
||||
# ifdef HAVE_RLIMIT_RTPRIO
|
||||
case RLIMIT_RTPRIO
|
||||
case RLIMIT_RTPRIO:
|
||||
if (head)
|
||||
printf("-r: max rt priority ");
|
||||
printf("-r: max rt priority ");
|
||||
break;
|
||||
# endif /* HAVE_RLIMIT_RTPRIO */
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue