From owner-freebsd-current Tue Jul 28 07:44:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21514 for freebsd-current-outgoing; Tue, 28 Jul 1998 07:44:24 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21487; Tue, 28 Jul 1998 07:44:10 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id AAA11114; Wed, 29 Jul 1998 00:43:21 +1000 Date: Wed, 29 Jul 1998 00:43:21 +1000 From: Bruce Evans Message-Id: <199807281443.AAA11114@godzilla.zeta.org.au> To: current@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: make world failure... Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE >_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I >/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libc/../libc/i386/sys/i386_get_ >ldt.c -o i386_get_ldt.o >In file included from /usr/src/lib/libc/../libc/i386/sys/i386_get_ldt.c:37: >/usr/obj/usr/src/tmp/usr/include/machine/sysarch.h:58: parse error before `*' >/usr/obj/usr/src/tmp/usr/include/machine/sysarch.h:59: parse error before `int' >*** Error code 1 > >I think it is the "u_int" it barfs on... Fix: s/u_int/unsigned/g (or unsigned int if you want to be verbose). The new ioperm man pages and the old get/set ldt man pages are also broken by this (they don't say that must be included before . OTOH, the new ioperm implementations avoid this bug by including . The ioperm man pages also specify u_int. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message