]> git.pld-linux.org Git - packages/ash.git/blame - ash-linux-mkinit.patch
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/ash.git] / ash-linux-mkinit.patch
CommitLineData
37e88b43 1--- ash-linux-0.2/mkinit.c.orig Tue Aug 24 06:12:51 1993
2+++ ash-linux-0.2/mkinit.c Thu Sep 23 16:23:46 1999
3@@ -349,7 +350,7 @@
4 if (! amiddecls)
5 addchar('\n', &decls);
6 q = NULL;
7- for (p = line1 + 6 ; *p != '=' && *p != '/' ; p++);
8+ for (p = line1 + 6 ; *p != '\n' && *p != '=' && *p != '/' ; p++);
9 if (*p == '=') { /* eliminate initialization */
10 for (q = p ; *q && *q != ';' ; q++);
11 if (*q == '\0')
This page took 0.094341 seconds and 4 git commands to generate.