From a34499e09569241a21203c1327f3bfa8a888584f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 17 Oct 2012 22:45:58 +0000 Subject: move lots of kernel related packages to the new system/ folder SVN-Revision: 33830 --- package/soloscli/patches/001-newline.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/soloscli/patches/001-newline.patch (limited to 'package/soloscli/patches/001-newline.patch') diff --git a/package/soloscli/patches/001-newline.patch b/package/soloscli/patches/001-newline.patch deleted file mode 100644 index 4b663e8..0000000 --- a/package/soloscli/patches/001-newline.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/soloscli/soloscli.c -+++ b/soloscli/soloscli.c -@@ -238,7 +238,11 @@ - } - if (strcmp(buf,pid) == 0) { - /* printf("Sequence matches.\n"); */ -- printf("%s",bufp); -+ if(buf[(len-1)] == '\n'){ -+ printf("%s",bufp); -+ } else { -+ printf("%s\n",bufp); -+ } - } else { - printf("Sequence incorrect.\n"); - buf[i] = '\n'; -- cgit v1.1