summaryrefslogtreecommitdiff
path: root/shells/es/files/patch-limits
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:33:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:33:30 +0000
commit0c749620ca20c82acb61e2c13af83b4bb4ec44a1 (patch)
treefbe04fd87ec1d4825838131877648d0fab2888eb /shells/es/files/patch-limits
parent- Fix plist (diff)
Rename shells/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'shells/es/files/patch-limits')
-rw-r--r--shells/es/files/patch-limits38
1 files changed, 38 insertions, 0 deletions
diff --git a/shells/es/files/patch-limits b/shells/es/files/patch-limits
new file mode 100644
index 000000000000..757999f6eb21
--- /dev/null
+++ b/shells/es/files/patch-limits
@@ -0,0 +1,38 @@
+*** prim-sys.c.original Mon Jun 8 14:55:11 1998
+--- prim-sys.c Mon Jun 8 14:51:15 1998
+***************
+*** 213,219 ****
+ lim /= suf->amount;
+ break;
+ }
+! print("%-8s\t%d%s\n", limit->name, lim, (suf == NULL || lim == 0) ? "" : suf->name);
+ }
+ }
+
+--- 213,219 ----
+ lim /= suf->amount;
+ break;
+ }
+! print("%-8s\t%d%s\n", limit->name, (int)lim, (suf == NULL || lim == 0) ? "" : suf->name);
+ }
+ }
+
+*** configure.orig Mon Jun 8 15:02:05 1998
+--- configure Mon Jun 8 15:02:37 1998
+***************
+*** 2344,2350 ****
+
+
+ cat >> confdefs.h <<EOF
+! #define LIMIT_T $es_cv_rlimit_t
+ EOF
+
+
+--- 2344,2350 ----
+
+
+ cat >> confdefs.h <<EOF
+! #define LIMIT_T u_quad_t
+ EOF
+
+