Thorsten Otto

Results 58 issues of Thorsten Otto

When activating warnings, i get ``` In file included from /home/sebilla/atari/Vanilla-Conquer/redalert/function.h:108, from /home/sebilla/atari/Vanilla-Conquer/redalert/cell.cpp:79: In member function ‘int HouseClass::QuantityB(int)’, inlined from ‘bool CellClass::Goodie_Check(FootClass*)’ at /home/sebilla/atari/Vanilla-Conquer/redalert/cell.cpp:2367:62: /home/sebilla/atari/Vanilla-Conquer/redalert/house.h:991:33: warning: iteration 84 invokes undefined...

In sources/open.c, struct stat is included from ``, which is not provided here and therefor taken from mintlib. But the implementation of stat() uses the structure definition of `include/ext.h`, which...

The following example: ``` #include #include int main(void) { int i; pid_t p; p = vfork(); if (p == 0) { for (i = 0; i < 10; i++) {...