Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Oct 17, 2017
1 parent b3ea6e5 commit 0597bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/cross2/build-solaris-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ done
# This is for Solaris 10 compatibility.
rm usr/include/link.h
patch -p0 << 'EOF'
--- usr/include/string.h 2017-10-09 03:15:04.000000000 +0200
+++ usr/include/string10.h 2017-10-16 11:27:26.498764422 +0200
--- usr/include/string.h
+++ usr/include/string10.h
@@ -93 +92,0 @@
-extern size_t strnlen(const char *, size_t);
EOF
Expand Down

0 comments on commit 0597bda

Please sign in to comment.