zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: maxfilelocks in ulimit output
@ 2003-02-09  1:06 Clint Adams
  2003-02-09  1:41 ` Clint Adams
  0 siblings, 1 reply; 11+ messages in thread
From: Clint Adams @ 2003-02-09  1:06 UTC (permalink / raw)
  To: zsh-workers

Index: Src/Builtins/rlimits.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Builtins/rlimits.c,v
retrieving revision 1.7
diff -u -r1.7 rlimits.c
--- Src/Builtins/rlimits.c	27 Aug 2002 21:10:34 -0000	1.7
+++ Src/Builtins/rlimits.c	9 Feb 2003 01:05:39 -0000
@@ -257,6 +257,12 @@
 	    printf("threads per process        ");
 	break;
 # endif /* RLIMIT_PTHREAD */
+# ifdef RLIMIT_LOCKS
+    case RLIMIT_LOCKS:
+	if (head)
+	    printf("file locks                 ");
+	break;
+# endif /* RLIMIT_LOCKS */
     }
     /* display the limit */
     if (limit == RLIM_INFINITY)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-02-16  4:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-09  1:06 PATCH: maxfilelocks in ulimit output Clint Adams
2003-02-09  1:41 ` Clint Adams
2003-02-09  2:25   ` Bart Schaefer
2003-02-09 17:29     ` Clint Adams
2003-02-09 22:45       ` Clint Adams
2003-02-10  9:08         ` Borzenkov Andrey
2003-02-10  9:31           ` Zefram
2003-02-10 10:47             ` Peter Stephenson
2003-02-12  4:03             ` Clint Adams
2003-02-12 11:09               ` Peter Stephenson
2003-02-16  4:52                 ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).