Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 08:19:19 +1000 (EST)
From:      Andy Farkas <andyf@speednet.com.au>
To:        Alfred Perlstein <alfred@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: rstat()
Message-ID:  <20021002081347.M67744-100000@hewey.af.speednet.com.au>
In-Reply-To: <20021001180135.GT95327@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Oct 2002, Alfred Perlstein wrote:

> Whoa.... :)
>
> I'm the RPC maintainer?
>
> Well ok, I've just checked in a fix for the prototypes being declared
> into -current, I'll take a shot at -stable RSN (most likely tomorrow).
> As far as a manpage I don't know when I'll have time for that.
>
> --
> -Alfred Perlstein [alfred@freebsd.org]
> 'Instead of asking why a piece of software is using "1970s technology,"
>  start asking why software is ignoring 30 years of accumulated wisdom.'
>

The change you made to src/include/rpcsvc/rstat.x has broken a -current
buildworld on a -stable box:

===> lib/librpcsvc
cc -O -pipe -mcpu=pentiumpro -DYP -I/usr/obj/heffer/src/i386/usr/include/rpcsvc  -c /heffer/src/lib/librpcsvc/rstat.c -o rstat.o
/heffer/src/lib/librpcsvc/rstat.c:50: conflicting types for `rstat'
/usr/obj/heffer/src/i386/usr/include/rpcsvc/rstat.h:87: previous declaration of `rstat'
/heffer/src/lib/librpcsvc/rstat.c: In function `rstat':
/heffer/src/lib/librpcsvc/rstat.c:55: warning: passing arg 5 of `callrpc' from incompatible pointer type
/heffer/src/lib/librpcsvc/rstat.c:55: warning: passing arg 7 of `callrpc' from incompatible pointer type
/heffer/src/lib/librpcsvc/rstat.c: In function `havedisk':
/heffer/src/lib/librpcsvc/rstat.c:66: warning: passing arg 5 of `callrpc' from incompatible pointer type
/heffer/src/lib/librpcsvc/rstat.c:66: warning: passing arg 7 of `callrpc' from incompatible pointer type
*** Error code 1

Stop in /heffer/src/lib/librpcsvc.
*** Error code 1


--

 :{ andyf@speednet.com.au

        Andy Farkas
    System Administrator
   Speednet Communications
 http://www.speednet.com.au/




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021002081347.M67744-100000>