projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a189f
)
Fix genext2fs so it will run on system where char is unsigned
author
Eric Andersen
<andersen@codepoet.org>
Fri, 10 Jan 2003 14:18:00 +0000
(14:18 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 10 Jan 2003 14:18:00 +0000
(14:18 -0000)
sources/genext2fs.patch
patch
|
blob
|
history
diff --git
a/sources/genext2fs.patch
b/sources/genext2fs.patch
index 87181e1670eb9de6e684bc1f9d9dbe3be3ec1c59..ceef18b93962ce3d1b95acbbdae8274c99808b52 100644
(file)
--- a/
sources/genext2fs.patch
+++ b/
sources/genext2fs.patch
@@
-2137,7
+2137,7
@@
diff -urN genext2fs-1.3.orig/genext2fs.c genext2fs-1.3/genext2fs.c
filesystem *fs;
int i;
- int c;
-+
char
c;
++
int
c;
+ struct stat sb;
+ FILE *devtable = NULL;