From owner-freebsd-current Mon Feb 19 9:41:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from FreeBSD.org (qix.dalai-zebu.org [62.4.22.91]) by hub.freebsd.org (Postfix) with ESMTP id 17C3737B4EC for ; Mon, 19 Feb 2001 09:41:10 -0800 (PST) Received: (from jmz@localhost) by qix.dalai-zebu.org (8.11.0/8.11.0) id f1JHdgT88781; Mon, 19 Feb 2001 18:39:42 +0100 (MET) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.23133.880042.179955@qix.dalai-zebu.org> Date: Mon, 19 Feb 2001 18:39:41 +0100 To: freebsd-current@FreeBSD.org Subject: make world breakage X-Mailer: Emacs 20.7.1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sources updated yesterday: ===> sbin/mountd cc -O -pipe -DNFS -DMFS -DCD9660 -DMSDOSFS -c /usr/src/sbin/mountd/mountd.c /usr/src/sbin/mountd/mountd.c:164: warning: `struct xucred' declared inside parameter list /usr/src/sbin/mountd/mountd.c:164: warning: its scope is only this definition or declaration, which is probably not what you want. /usr/src/sbin/mountd/mountd.c:166: warning: `struct xucred' declared inside parameter list /usr/src/sbin/mountd/mountd.c:187: warning: `struct xucred' declared inside parameter list /usr/src/sbin/mountd/mountd.c:205: variable `def_anon' has initializer but incomplete type /usr/src/sbin/mountd/mountd.c:206: warning: excess elements in struct initializer /usr/src/sbin/mountd/mountd.c:206: warning: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c:207: warning: excess elements in struct initializer /usr/src/sbin/mountd/mountd.c:207: warning: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c:208: warning: excess elements in struct initializer /usr/src/sbin/mountd/mountd.c:208: warning: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c:209: extra brace group at end of initializer /usr/src/sbin/mountd/mountd.c:209: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c:209: warning: excess elements in struct initializer /usr/src/sbin/mountd/mountd.c:209: warning: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c:211: warning: excess elements in struct initializer /usr/src/sbin/mountd/mountd.c:211: warning: (near initialization for `def_anon') /usr/src/sbin/mountd/mountd.c: In function `get_exportlist': /usr/src/sbin/mountd/mountd.c:736: storage size of `anon' isn't known /usr/src/sbin/mountd/mountd.c: In function `do_opt': /usr/src/sbin/mountd/mountd.c:1337: argument `cr' doesn't match prototype /usr/src/sbin/mountd/mountd.c:166: prototype declaration /usr/src/sbin/mountd/mountd.c:1376: warning: passing arg 2 of `parsecred' from incompatible pointer type /usr/src/sbin/mountd/mountd.c: In function `do_mount': /usr/src/sbin/mountd/mountd.c:1599: argument `anoncrp' doesn't match prototype /usr/src/sbin/mountd/mountd.c:164: prototype declaration /usr/src/sbin/mountd/mountd.c:1618: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c: In function `parsecred': /usr/src/sbin/mountd/mountd.c:1847: argument `cr' doesn't match prototype /usr/src/sbin/mountd/mountd.c:187: prototype declaration /usr/src/sbin/mountd/mountd.c:1858: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1859: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1860: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1878: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1885: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1886: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1888: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1896: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1898: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1903: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1904: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1907: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1907: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1913: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1913: dereferencing pointer to incomplete type /usr/src/sbin/mountd/mountd.c:1916: dereferencing pointer to incomplete type *** Error code 1 Stop in /usr/src/sbin/mountd. *** Error code 1 Jean-Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message