diff options
author | Rob Landley <rob@landley.net> | 2007-12-20 06:30:19 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-20 06:30:19 -0600 |
commit | e745d8e00eac61c91a540cd75d277cfc41606ce1 (patch) | |
tree | 21cda5d430ae1d0e953818dba378c001cc0bcc41 /toys/toylist.h | |
parent | da09b7ff7e305b9a4f82e0048d1c4cc0a8565b64 (diff) | |
download | toybox-e745d8e00eac61c91a540cd75d277cfc41606ce1.tar.gz |
Upgrade patch to understand creating and deleting files.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 61e89c1c..05d70b16 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -74,7 +74,7 @@ struct patch_data { struct double_list *plines, *flines; long oldline, oldlen, newline, newlen, linenum; int context, state, filein, fileout, filepatch; - char *tempfile; + char *tempname, *oldname; }; struct sleep_data { |