aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-12-20 06:30:19 -0600
committerRob Landley <rob@landley.net>2007-12-20 06:30:19 -0600
commite745d8e00eac61c91a540cd75d277cfc41606ce1 (patch)
tree21cda5d430ae1d0e953818dba378c001cc0bcc41 /toys/toylist.h
parentda09b7ff7e305b9a4f82e0048d1c4cc0a8565b64 (diff)
downloadtoybox-e745d8e00eac61c91a540cd75d277cfc41606ce1.tar.gz
Upgrade patch to understand creating and deleting files.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h2
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 {