Subject: Re: i386 compile problems
To: Paul B Dokas <dokas@cs.umn.edu>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 05/26/1999 09:14:36
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