]> Zhao Yanbai Git Server - minix.git/commit
Fix gcc -O1 builds for ARM 06/3206/1
authorLionel Sambuc <lionel.sambuc@gmail.com>
Sun, 4 Oct 2015 10:47:57 +0000 (03:47 -0700)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sun, 4 Oct 2015 10:47:57 +0000 (03:47 -0700)
commit41a30155b93b5fdc3b6a018df059658fbb97e8b4
treee0c999fb1f5426a746e7708efb0c4236ad7bfc3b
parentb7f0178aeb1a4f3da1e3a29135e19b19902f0af9
Fix gcc -O1 builds for ARM

The builds are failing as GCC somehow thinks ino might be
uninitialized before use.

Change-Id: Id99fd5e46bcbaafd5001752e16c3f77c1d568556
minix/lib/libsffs/lookup.c