Paul B Dokas <dokas@cs.umn.edu> writes: > cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -DHASSETPROCTITLE -DSKEY -c util.c Same bug that hit me: you're compiling the wrong util.c. ftpd/util.c has been removed, and util.c is really from bin/ls. /Johan