summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-builtins_ulimit.def
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/patches/patch-builtins_ulimit.def')
-rw-r--r--shells/bash/patches/patch-builtins_ulimit.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/patches/patch-builtins_ulimit.def b/shells/bash/patches/patch-builtins_ulimit.def
index 6b383eb1b12..f25a2c898c1 100644
--- a/shells/bash/patches/patch-builtins_ulimit.def
+++ b/shells/bash/patches/patch-builtins_ulimit.def
@@ -1,10 +1,10 @@
-$NetBSD: patch-builtins_ulimit.def,v 1.1 2013/06/09 18:12:14 bsiegert Exp $
+$NetBSD: patch-builtins_ulimit.def,v 1.2 2015/03/07 22:40:48 rodent Exp $
Add support for the "number of threads" ulimit that appeared
in NetBSD 6.99.x.
---- builtins/ulimit.def.orig 2013-06-09 17:33:51.000000000 +0000
+--- builtins/ulimit.def.orig 2013-11-01 01:46:06.000000000 +0000
+++ builtins/ulimit.def
-@@ -140,6 +140,10 @@ extern int errno;
+@@ -143,6 +143,10 @@ extern int errno;
# define RLIMIT_FILESIZE 256
#endif