Subject: Re: daily CVS update output
To: Frank van der Linden <frank@wins.uva.nl>
From: enami tsugutomo <enami@ba2.so-net.or.jp>
List: current-users
Date: 03/10/1997 22:46:23
frank@wins.uva.nl (Frank van der Linden) writes:

> > xinstall.c:281: warning: passing arg 1 of `warnx' makes pointer from
> 
> Oops. Now I could have sworn I compiled and tested that.. Oh well, it's
> been corrected now (yes, it was warnx).

BTW, previously errx was used instead of err because unlink system
call may crobber the errno.  But now unlink is gone, then we can use
warn instead of warnx("...: %s", ..., strerror(errno)), can't we?

enami