summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/run.c.diff
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/awk/run.c.diff')
-rw-r--r--usr.bin/awk/run.c.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.bin/awk/run.c.diff b/usr.bin/awk/run.c.diff
deleted file mode 100644
index c0924ea..0000000
--- a/usr.bin/awk/run.c.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
-Index: run.c
-===================================================================
---- run.c (revision 201951)
-+++ run.c (working copy)
-@@ -653,7 +653,7 @@ Cell *relop(Node **a, int n) /* a[0 < a[1], etc. *
- j = x->fval - y->fval;
- i = j<0? -1: (j>0? 1: 0);
- } else {
-- i = strcmp(getsval(x), getsval(y));
-+ i = strcoll(getsval(x), getsval(y));
- }
- tempfree(x);
- tempfree(y);
OpenPOWER on IntegriCloud