Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0597bda

Browse files
committedOct 17, 2017
Remove tabs
1 parent b3ea6e5 commit 0597bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ci/docker/cross2/build-solaris-toolchain.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ done
5757
# This is for Solaris 10 compatibility.
5858
rm usr/include/link.h
5959
patch -p0 << 'EOF'
60-
--- usr/include/string.h 2017-10-09 03:15:04.000000000 +0200
61-
+++ usr/include/string10.h 2017-10-16 11:27:26.498764422 +0200
60+
--- usr/include/string.h
61+
+++ usr/include/string10.h
6262
@@ -93 +92,0 @@
6363
-extern size_t strnlen(const char *, size_t);
6464
EOF

0 commit comments

Comments
 (0)
Please sign in to comment.