Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/lib/libpciaccess add common_io.c and bump ...
details: https://anonhg.NetBSD.org/src/rev/092bb05dae70
branches: trunk
changeset: 755086:092bb05dae70
user: mrg <mrg%NetBSD.org@localhost>
date: Sat May 22 10:31:20 2010 +0000
description:
add common_io.c and bump the minor.
diffstat:
external/mit/xorg/lib/libpciaccess/Makefile | 3 ++-
external/mit/xorg/lib/libpciaccess/shlib_version | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e2ddfd25b673 -r 092bb05dae70 external/mit/xorg/lib/libpciaccess/Makefile
--- a/external/mit/xorg/lib/libpciaccess/Makefile Sat May 22 10:18:03 2010 +0000
+++ b/external/mit/xorg/lib/libpciaccess/Makefile Sat May 22 10:31:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/11/09 07:24:27 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2010/05/22 10:31:20 mrg Exp $
.include <bsd.own.mk>
@@ -7,6 +7,7 @@
.PATH: ${X11SRCDIR.${LIB}}/include
SRCS= common_bridge.c \
+ common_io.c \
common_iterator.c \
common_init.c \
common_interface.c \
diff -r e2ddfd25b673 -r 092bb05dae70 external/mit/xorg/lib/libpciaccess/shlib_version
--- a/external/mit/xorg/lib/libpciaccess/shlib_version Sat May 22 10:18:03 2010 +0000
+++ b/external/mit/xorg/lib/libpciaccess/shlib_version Sat May 22 10:31:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.2 2009/11/09 07:24:27 mrg Exp $
+# $NetBSD: shlib_version,v 1.3 2010/05/22 10:31:20 mrg Exp $
#
major=0
-minor=1
+minor=2
Home |
Main Index |
Thread Index |
Old Index