[Lsb-messages] /var/www/bzr/lsb/devel/printing-test r96: forward port unistd.h include fixes from 4.1

Stew Benedict stewb at linux-foundation.org
Tue Feb 5 15:12:19 UTC 2013


------------------------------------------------------------
revno: 96
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: printing-test
timestamp: Tue 2013-02-05 10:12:19 -0500
message:
  forward port unistd.h include fixes from 4.1
modified:
  scripts/package/Makefile
  sources/printing-test/convenience/cupsConvenience.c
  sources/printing-test/ppd/cupsPPD.c
  sources/printing-test/raster/cupsRaster.c
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-01-29 14:59:34 +0000
+++ b/scripts/package/Makefile	2013-02-05 15:12:19 +0000
@@ -1,7 +1,7 @@
 # XXX We should play the usual tricks defining stuff here and building
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
-VERSION=4.1.91
+VERSION=4.1.92
 RELEASE=1
 
 # CUPS version, tarball

=== modified file 'sources/printing-test/convenience/cupsConvenience.c'
--- a/sources/printing-test/convenience/cupsConvenience.c	2013-01-29 14:59:34 +0000
+++ b/sources/printing-test/convenience/cupsConvenience.c	2013-02-05 15:12:19 +0000
@@ -49,6 +49,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <string.h>
 #include <errno.h>
 #include <tet_api.h>

=== modified file 'sources/printing-test/ppd/cupsPPD.c'
--- a/sources/printing-test/ppd/cupsPPD.c	2007-12-05 17:06:03 +0000
+++ b/sources/printing-test/ppd/cupsPPD.c	2013-02-05 15:12:19 +0000
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <unistd.h>
 #include <errno.h>
 #include <tet_api.h>
 #include <cups/ppd.h>

=== modified file 'sources/printing-test/raster/cupsRaster.c'
--- a/sources/printing-test/raster/cupsRaster.c	2012-06-10 15:32:31 +0000
+++ b/sources/printing-test/raster/cupsRaster.c	2013-02-05 15:12:19 +0000
@@ -12,6 +12,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <string.h>
 #include <errno.h>
 #include <tet_api.h>



More information about the lsb-messages mailing list