summaryrefslogtreecommitdiffstats
path: root/patches/04_fix-bad-substitution.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/04_fix-bad-substitution.patch')
-rw-r--r--patches/04_fix-bad-substitution.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/04_fix-bad-substitution.patch b/patches/04_fix-bad-substitution.patch
index 9131a95..5f86556 100644
--- a/patches/04_fix-bad-substitution.patch
+++ b/patches/04_fix-bad-substitution.patch
@@ -22,7 +22,7 @@ Description: Fix "bad substitution" errors in shell script
diff -Naur src.orig/libc/sysdeps/unix/make-syscalls.sh src/libc/sysdeps/unix/make-syscalls.sh
--- src.orig/libc/sysdeps/unix/make-syscalls.sh 2012-12-02 16:11:45.000000000 -0500
+++ src/libc/sysdeps/unix/make-syscalls.sh 2013-06-25 12:01:55.178740324 -0400
-@@ -279,7 +279,7 @@
+@@ -275,7 +275,7 @@
# name in the vDSO and KERNEL_X.Y is its symbol version.
vdso_symbol="${vdso_syscall%@*}"
vdso_symver="${vdso_syscall#*@}"