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

X Strike Force xresprobe SVN commit: r41 - in vendor: ddcprobe debian



Author: otavio
Date: 2006-04-08 08:44:56 -0500 (Sat, 08 Apr 2006)
New Revision: 41

Modified:
   vendor/ddcprobe/stub.c
   vendor/debian/changelog
Log:
Merge changes did by upstream.

Modified: vendor/ddcprobe/stub.c
===================================================================
--- vendor/ddcprobe/stub.c	2006-03-22 03:22:22 UTC (rev 40)
+++ vendor/ddcprobe/stub.c	2006-04-08 13:44:56 UTC (rev 41)
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include "common.h"
 
-struct vbe_info *vbe_get_vbe_info()
+struct vbe_parent_info *vbe_get_vbe_info()
 {
         struct vbe_info *ret = NULL;
         return ret;

Modified: vendor/debian/changelog
===================================================================
--- vendor/debian/changelog	2006-03-22 03:22:22 UTC (rev 40)
+++ vendor/debian/changelog	2006-04-08 13:44:56 UTC (rev 41)
@@ -1,3 +1,9 @@
+xresprobe (0.4.23) dapper; urgency=low
+
+  * Fix vbe_get_vbe_info in stub.c to match the declaration.
+
+ -- LaMont Jones <lamont@ubuntu.com>  Wed, 22 Mar 2006 16:11:56 -0700
+
 xresprobe (0.4.22) dapper; urgency=low
 
   * More AMD64 support.  Reset the stack pointer on each call to LRMI_int



Reply to: