TODO: -make a struct and get rid of the gay casts => it may fix the weird core dumps -fix the dir finding part it still hates links n stuff (which is also weird since S_ISLNK should make it stop scanning links but it doesnt ?) -it hates 64bit cpus => find out why -it hates gcc 3? => find out why known warnings: crc32.h:2:83: warning: no newline at end of file weedit.c:74: warning: incompatible implicit declaration of built-in function 'calloc' weedit.c:265: warning: incompatible implicit declaration of built-in function 'exit' weedit.c:363: warning: incompatible implicit declaration of built-in function 'calloc' weedit.c:407: warning: incompatible implicit declaration of built-in function 'malloc' weedit.c:410: warning: incompatible implicit declaration of built-in function 'exit' weedit.c:416: warning: incompatible implicit declaration of built-in function 'exit' other shit i got via mail: ---- It's which has to be included in weedit.c to get the gettimeofday working. ---- known systems with errors: -slackware 12 -ubuntu -hp-ux