Subject: make build on sup of 980605
To: None <current-users@NetBSD.ORG>
From: Kurt Schreiner <kurt.schreiner@uni-mainz.de>
List: current-users
Date: 06/08/1998 09:14:54
hi,

just got this one doing make build on source supped last friday:

cc -O  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -c -fpic -DPIC /work/usr/src/lib/libcrypt/crypt.c -o crypt.so
cc1: warnings being treated as errors
/work/usr/src/lib/libcrypt/crypt.c:907: warning: function declaration isn't a prototype
building shared crypt library (version 0.0)
*** Error code 1 (continuing)
*** Error code 1 (continuing)
*** Error code 1 (continuing)

I think this is due to a change in /usr/include/unistd.h so that setkey isn't
defined as a prototype anymore?!

-ks