]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-versions.awk_fix.patch
- updated to 2.2.4,
[packages/glibc.git] / glibc-versions.awk_fix.patch
CommitLineData
7e24b8df 1diff -Nru glibc-2.1.1/scripts/versions.awk glibc-2.1.1.new/scripts/versions.awk
2--- glibc-2.1.1/scripts/versions.awk Mon Feb 8 00:41:03 1999
3+++ glibc-2.1.1.new/scripts/versions.awk Wed Jun 9 17:53:45 1999
4@@ -29,7 +29,7 @@
5 close(defsfile);
6
7 tmpfile = buildroot "Versions.tmp";
8- sort = "sort -n > " tmpfile;
fe73d70f 9+ sort = "LC_ALL=C sort -n > " tmpfile;
7e24b8df 10 }
11
12 # Remove comment lines.
This page took 0.04145 seconds and 4 git commands to generate.