From 42ecbab08101d713f9bcd8a107b60338bebb7299 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 18 Dec 2007 02:02:21 -0600 Subject: Patch command. --- toys/toylist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toys/toylist.h') 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 { -- cgit v1.2.3