Date: Wed, 22 May 2002 16:00:37 -0400 (EDT) From: Trish Lynch <trish@bsdunix.net> To: walt <wsheets@sbcglobal.net> Cc: freebsd-current <freebsd-current@FreeBSD.ORG>, <jhb@FreeBSD.ORG> Subject: Re: buildworld broken at libvgl [May 22] Message-ID: <20020522155843.R444-100000@femme.listmistress.org> In-Reply-To: <3CEB7234.2080502@sbcglobal.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes,
femme:/usr/src/include87 grep pause unistd.h
int pause(void);
femme:/usr/src/sys/i386/include93 grep pause cpufunc.h
pause(void)
__asm __volatile("pause");
void pause(void);
femme:/usr/src/lib/libvgl99 grep include vgl.h
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <machine/cpufunc.h>
See where it is?
-Trish
On Wed, 22 May 2002, walt wrote:
> cc -O -pipe -march=pentiumpro -Wall -I/usr/src/lib/libvgl -c
> /usr/src/lib/libvgl/main.c -o main.o
> In file included from /usr/src/lib/libvgl/vgl.h:37,
> from /usr/src/lib/libvgl/main.c:41:
> /usr/obj/usr/src/i386/usr/include/machine/cpufunc.h:362:
> conflicting types for `pause'
> /usr/obj/usr/src/i386/usr/include/unistd.h:119: previous
> declaration of `pause'
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
>
--
Trish Lynch trish@bsdunix.net
FreeBSD The Power to Serve
Ecartis Core Team trish@listmistress.org
http://www.freebsd.org
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?20020522155843.R444-100000>
