[Lsb-messages] /var/www/bzr/lsb/4.1/printing-test r92: Fix cupsConvenience.c, cupsPPD.c, cupsRaster.c (need unistd.h)

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


------------------------------------------------------------
revno: 92
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: printing-test
timestamp: Tue 2013-02-05 10:08:56 -0500
message:
  Fix cupsConvenience.c, cupsPPD.c, cupsRaster.c (need unistd.h)
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	2012-08-08 14:22:33 +0000
+++ b/scripts/package/Makefile	2013-02-05 15:08:56 +0000
@@ -1,8 +1,8 @@
 # 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.2
-RELEASE=2
+VERSION=4.1.3
+RELEASE=1
 
 # CUPS version, tarball
 CUPSVER=1.1.23

=== modified file 'sources/printing-test/convenience/cupsConvenience.c'
--- a/sources/printing-test/convenience/cupsConvenience.c	2012-04-24 21:09:03 +0000
+++ b/sources/printing-test/convenience/cupsConvenience.c	2013-02-05 15:08:56 +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:08:56 +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	2007-12-05 17:06:03 +0000
+++ b/sources/printing-test/raster/cupsRaster.c	2013-02-05 15:08:56 +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