[Lsb-messages] /var/www/bzr/lsb/devel/t2c-desktop-tests r80: include <sys/select.h> in one more file, for problem turned up by bug 3172

Mats Wichmann mats at linuxfoundation.org
Sun Jun 10 14:20:41 UTC 2012


------------------------------------------------------------
revno: 80
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: t2c-desktop-tests
timestamp: Sun 2012-06-10 08:20:41 -0600
message:
  include <sys/select.h> in one more file, for problem turned up by bug 3172
modified:
  desktop-t2c/glib-t2c/src/glib/glib_string_utility.t2c
  desktop-t2c/package/Makefile
-------------- next part --------------
=== modified file 'desktop-t2c/glib-t2c/src/glib/glib_string_utility.t2c'
--- a/desktop-t2c/glib-t2c/src/glib/glib_string_utility.t2c	2009-07-06 12:28:23 +0000
+++ b/desktop-t2c/glib-t2c/src/glib/glib_string_utility.t2c	2012-06-10 14:20:41 +0000
@@ -66,6 +66,7 @@
 #include <glib/gprintf.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#include <sys/select.h>
 #include <unistd.h>
 #include <pty.h>
 #include <sys/wait.h>

=== modified file 'desktop-t2c/package/Makefile'
--- a/desktop-t2c/package/Makefile	2012-04-05 13:46:40 +0000
+++ b/desktop-t2c/package/Makefile	2012-06-10 14:20:41 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-desktop-t2c
 VERSION=4.1.2
-RELEASE=1
+RELEASE=2
 
 # Derive date string for daily snapshots
 ISO_DATE=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list