diff options
author | Rob Landley <rob@landley.net> | 2007-12-18 02:02:21 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-18 02:02:21 -0600 |
commit | 42ecbab08101d713f9bcd8a107b60338bebb7299 (patch) | |
tree | 8ab5bbc121f203c0b8723cf7ecda683c69bd99fd /toys/toylist.h | |
parent | c49650d6914a3ddb151fe93b1bfed8136c0151d7 (diff) | |
download | toybox-42ecbab08101d713f9bcd8a107b60338bebb7299.tar.gz |
Patch command.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 9b992028..61e89c1c 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -72,9 +72,9 @@ struct patch_data { long prefix; struct double_list *plines, *flines; - long oldline, oldlen, newline, newlen; - int context, state; - int filein, fileout, filepatch; + long oldline, oldlen, newline, newlen, linenum; + int context, state, filein, fileout, filepatch; + char *tempfile; }; struct sleep_data { |