From owner-freebsd-current Tue Feb 26 19:12:23 2002 Delivered-To: freebsd-current@freebsd.org Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by hub.freebsd.org (Postfix) with ESMTP id 5715537B405; Tue, 26 Feb 2002 19:12:18 -0800 (PST) Received: from zoot.corp.yahoo.com (zoot.corp.yahoo.com [216.145.52.89]) by mrout1.yahoo.com (8.11.6/8.11.6/y.out) with ESMTP id g1R3CGs30122; Tue, 26 Feb 2002 19:12:16 -0800 (PST) Received: from localhost (dougb@localhost) by zoot.corp.yahoo.com (8.11.6/8.11.6) with ESMTP id g1R3CGT94884; Tue, 26 Feb 2002 19:12:16 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Tue, 26 Feb 2002 19:12:16 -0800 (PST) From: Doug Barton X-X-Sender: dougb@zoot.corp.yahoo.com To: markm@FreeBSD.org, Cc: freebsd-current@FreeBSD.org Subject: Broken (?) unistd.h Message-ID: <20020226191003.T94652-100000@zoot.corp.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following: http://www.freebsd.org/cgi/cvsweb.cgi/src/include/unistd.h.diff?r1=1.46&r2=1.47 Broke compilation of bind 8 on -current built 2/24: mkdir threaded 2> /dev/null || test -d threaded -a -w threaded (cc -I../../port/freebsd/include -I../../include -g -Wall -c getgrent.c -o threaded/getgrent.o ; ld -x -r threaded/getgrent.o -o threaded/getgrent.out && mv threaded/getgrent.out threaded/getgrent.o) getgrent.c:107: conflicting types for `getgrouplist' /usr/include/unistd.h:143: previous declaration of `getgrouplist' /usr/libexec/elf/ld: cannot open threaded/getgrent.o: No such file or directory *** Error code 1 (ignored) cc -I../../port/freebsd/include -I../../include -g -Wall -c getgrent.c getgrent.c:107: conflicting types for `getgrouplist' /usr/include/unistd.h:143: previous declaration of `getgrouplist' *** Error code 1 Note, I have no idea which is right, only that it used to work.... Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message