From e745d8e00eac61c91a540cd75d277cfc41606ce1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 20 Dec 2007 06:30:19 -0600 Subject: Upgrade patch to understand creating and deleting files. --- toys/toylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/toylist.h') 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 { -- cgit v1.2.3