Subject: Re: Error in: src/usr.sbin/xntp/ntpq/ntpq.c
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 07/04/1997 15:16:53
In article <Pine.SGI.3.96.970703211122.11063A-100000@atom-ant> brianc@carpediem.com (Brian D Chase) writes:
>
>NetBSD/vax during a `make build'.
>
>---
>
>===> usr.sbin/xntp/ntpq
>cc -O -I/usr/src/usr.sbin/xntp/ntpq/../include -DHAVE_CONFIG_H  -Werror
>-c ntpq_ops.c
>cc -O -I/usr/src/usr.sbin/xntp/ntpq/../include -DHAVE_CONFIG_H  -Werror
>-c ntpq.c
>ntpq.c:233: conflicting types for `delay'
>/usr/include/machine/param.h:194: previous declaration of `delay'

This should be fixed in <machine/param.h>. It should not be exporting
delay() to userland.

christos