aboutsummaryrefslogtreecommitdiff
path: root/android/device/generated/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/device/generated/globals.h')
-rw-r--r--android/device/generated/globals.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/android/device/generated/globals.h b/android/device/generated/globals.h
index 6b93ddd9..4a201bf0 100644
--- a/android/device/generated/globals.h
+++ b/android/device/generated/globals.h
@@ -314,6 +314,8 @@ struct lsattr_data {
long p;
long add, rm, set;
+ // !add and !rm tell us whether they were used, but `chattr =` is meaningful.
+ int have_set;
};
// toys/other/lspci.c
@@ -1324,9 +1326,8 @@ struct patch_data {
char *i, *d;
long p, g, F;
- struct double_list *current_hunk;
- long oldline, oldlen, newline, newlen;
- long linenum;
+ void *current_hunk;
+ long oldline, oldlen, newline, newlen, linenum, outnum;
int context, state, filein, fileout, filepatch, hunknum;
char *tempname;
};