Subject: build failed on sun3 (usr.sbin/dbsym) - with an #ifdef sun ?!
To: None <current-users@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 10/25/1997 01:34:06
Check dis out!

===> 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

The code in question:

        msync(dataseg - data_pgoff, file_len - data_off
#ifdef  sun
                  ,0
#endif
                  );


What's up with that?

	curious,

	Erik <fair@clock.org>