[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2351: pkgchk.c should include <unistd.h>

Mats Wichmann mats at linuxfoundation.org
Thu Jan 31 18:28:38 UTC 2013


------------------------------------------------------------
revno: 2351
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Thu 2013-01-31 11:28:38 -0700
message:
  pkgchk.c should include <unistd.h>
modified:
  package/Makefile
  pkgchk/pkgchk.c
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-01-26 02:32:33 +0000
+++ b/package/Makefile	2013-01-31 18:28:38 +0000
@@ -24,7 +24,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=2
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")

=== modified file 'pkgchk/pkgchk.c'
--- a/pkgchk/pkgchk.c	2010-05-14 09:37:47 +0000
+++ b/pkgchk/pkgchk.c	2013-01-31 18:28:38 +0000
@@ -8,6 +8,7 @@
 #include <getopt.h>
 #include <string.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <libgen.h>
 #include <limits.h>
 #include "../tetj/tetj.h"



More information about the lsb-messages mailing list