From owner-freebsd-current Tue Jun 9 11:43:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05734 for freebsd-current-outgoing; Tue, 9 Jun 1998 11:43:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05692; Tue, 9 Jun 1998 11:43:42 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA10306; Tue, 9 Jun 1998 11:43:32 -0700 (PDT) (envelope-from jdp) Message-Id: <199806091843.LAA10306@austin.polstra.com> To: current@FreeBSD.ORG Cc: jb@FreeBSD.ORG Subject: Breakage in spinlock.[hc] Date: Tue, 09 Jun 1998 11:43:31 -0700 From: John Polstra Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make world is broken again, as of 1100 Pacific time: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libc_r/uthread/uthread_spinlock.c -o uthread_spinlock.o /usr/src/lib/libc_r/uthread/uthread_spinlock.c:52: conflicting types for `_spinlock' /usr/src/lib/libc_r/../libc/include/spinlock.h:67: previous declaration of `_spinlock' /usr/src/lib/libc_r/uthread/uthread_spinlock.c: In function `_spinlock': /usr/src/lib/libc_r/uthread/uthread_spinlock.c:75: too many arguments to function `_atomic_lock' *** Error code 1 I took a quick peek and it looks like two separate errors. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message