When I try to compile treewm 0.4.5 I can't compile it because it gaves me problems on prop/dsimple.c Reproducible: Always Steps to Reproduce: 1.Emerge x11-wm/treewm-0.4.5 2. 3. Actual Results: It gaves: dsimple.c: In function `Malloc': dsimple.c:72: error: conflicting types for 'malloc' make[1]: *** [dsimple.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/treewm-0.4.5/work/treewm-0.4.5/xprop' make: *** [xprop] Error 2 make: *** Waiting for unfinished jobs.... i686-pc-linux-gnu-gcc -o xkill -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/lib xkill.o -lXmu -lXt -lSM -lICE -lXext -lX11 -lXext -lX11 make[1]: Leaving directory `/var/tmp/portage/treewm-0.4.5/work/treewm-0.4.5/xkill' Expected Results: It should compile with no problems.
Created attachment 54298 [details, diff] Patch against current in portage that appears to compile.
Created attachment 54300 [details] Ebuild for users to test. Yes, I know it's not needed -r1 as it's a bugs solving, but I think this way is easy for users.
Fix in cvs, thanks.