Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/os Pull up revision 1.14 (requested by jmc in...



details:   https://anonhg.NetBSD.org/src/rev/bce7e181d823
branches:  netbsd-3
changeset: 575166:bce7e181d823
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 20:52:17 2005 +0000

description:
Pull up revision 1.14 (requested by jmc in ticket #114):
Adjust for the latest XFree86 import. Code now compiles, but libraries
might be incomplete and sets are definitely still broken.

diffstat:

 x11/Xserver/os/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9fe725a1522 -r bce7e181d823 x11/Xserver/os/Makefile
--- a/x11/Xserver/os/Makefile   Wed Apr 06 20:52:12 2005 +0000
+++ b/x11/Xserver/os/Makefile   Wed Apr 06 20:52:17 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2005/02/24 14:54:02 christos Exp $
+#      $NetBSD: Makefile,v 1.13.2.1 2005/04/06 20:52:17 tron Exp $
 
 .include "../Makefile.serverlib"
 .include <bsd.own.mk>
@@ -7,7 +7,7 @@
 .PATH: ${X11SRCDIR.xc}/lib/xtrans
 SRCS=  WaitFor.c access.c connection.c io.c oscolor.c osinit.c \
        utils.c log.c auth.c mitauth.c secauth.c xdmauth.c xdmcp.c \
-       xdmcp.c transport.c lbxio.c
+       xdmcp.c transport.c lbxio.c GetTimeInMillis.c
 
 CPPFLAGS+=     -I${X11SRCDIR.xc}/programs/Xserver/include \
                -I${XSERVERINCDIR} \



Home | Main Index | Thread Index | Old Index