Subject: Re: build failed on sun3 (usr.sbin/dbsym) - with an #ifdef sun ?!
To: Time Keeper <fair@clock.org>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 10/25/1997 12:50:40
On Sat, Oct 25, 1997 at 01:34:06AM -0700, Time Keeper wrote:
> ===> usr.sbin/dbsym
> cc -O  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith  -
> c dbsym.c
> dbsym.c: In function `main':
> dbsym.c:173: too few arguments to function `msync'
> *** Error code 1

This one was missed during the change that added an extra argument to
msync(). Presumably because it's just compiled on sun3 and sun3x.
I've fixed it in the trunk.

- Frank