]> git.pld-linux.org Git - packages/ash.git/blame - ash-mknodes.patch
- release 21
[packages/ash.git] / ash-mknodes.patch
CommitLineData
6d595dba
AF
1diff -Nur ash-linux-0.2/mknodes.c ash-linux-0.2.orig/mknodes.c
2--- ash-linux-0.2/mknodes.c Mon Sep 6 11:04:23 1993
3+++ ash-linux-0.2.orig/mknodes.c Tue Sep 29 09:47:01 1998
4@@ -89,7 +89,7 @@
5 struct str *curstr; /* current structure */
6
7
8-FILE *infp = stdin;
9+FILE *infp;
10 char line[1024];
11 int linno;
12 char *linep;
13@@ -118,6 +118,7 @@
14 }
15 output(argv[2]);
16 return(0);
17+ infp = stdin;
18 }
19
20
This page took 0.034174 seconds and 4 git commands to generate.