xf86Io.c, libos.a GetTimeInMillis() change.

2004-07-13 Thread Tyler Retzlaff
Just want to confirm something, xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.58 has had GetTimeInMillis() removed from it, the commit message doesn't say anything specific about it but is the copy of GetTimeInMillis() from libos.a the one that linked into the XFree86 server from now on?

trivial patch for startx.cpp

2004-02-12 Thread Tyler Retzlaff
Everywhere else XCOMM start at col 0 except for startx.cpp (change since xf43). Request that the following trivial patch be applied to make startx.cpp XCOMM usage consistent with the rest of tree. Thanks! Index: startx.cpp === RCS

bsd_mouse.c - small patch

2004-02-06 Thread Tyler Retzlaff
Don't place tokens after #endif preprocessor directive. Index: bsd_mouse.c === RCS file: /cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v retrieving revision 1.27 diff -u -p -r1.27 bsd_mouse.c --- bsd_mouse.c 17 Jan

xfree86/etc installed files

2004-01-07 Thread Tyler Retzlaff
In xfree86/etc sun.termcap and sun.terminfo files are installed for non SunArchitecture. What purpose do these serve if any? Or are they relics that have been carried along ~forever? Thanks -- Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org

Re: static libXfont woes on sh3

2003-12-31 Thread Tyler Retzlaff
On Wed, Dec 31, 2003 at 05:35:55PM -0500, David Dawes wrote: On Wed, Dec 31, 2003 at 02:30:16AM +1100, Tyler Retzlaff wrote: I've been trying to build a 3rd party Xserver but have run into some difficulty when trying to link two xfree86 libraries to it (libXfont and libdix) During the link

static libXfont woes on sh3

2003-12-30 Thread Tyler Retzlaff
I've been trying to build a 3rd party Xserver but have run into some difficulty when trying to link two xfree86 libraries to it (libXfont and libdix) During the link I'm getting warnings about multiple definitions of various symbols defined in libXfont and in libdix (output below). The curious