Subject: Re: [1.5-branch] src/sbin/restore build problem
To: None <Hubert.Feyrer@informatik.fh-regensburg.de>
From: Havard Eidnes <he@netbsd.org>
List: current-users
Date: 01/17/2002 11:18:12
> yui# make
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit=
h
> -Wno-uninitialized -Werror   -DRRESTORE -c
> /usr/src/sbin/restore/../dump/dumprmt.c
> cc1: warnings being treated as errors
> /usr/src/sbin/restore/../dump/dumprmt.c:188: warning: function declar=
ation
> isn't a prototype
> /usr/src/sbin/restore/../dump/dumprmt.c:234: warning: function declar=
ation
> isn't a prototype
> /usr/src/sbin/restore/../dump/dumprmt.c:303: warning: function declar=
ation
> isn't a prototype
> *** Error code 1
>
> Stop.
> yui# pwd
> /disk1/cvs/src-1.5/sbin/restore
>
> Am I the only one to see this?

Probably not.  Manuel just submitted a fix, and it's now in-tree;
please update sbin/dump/dump.h.

Regards,

- H=E5vard