[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2282: strengthen message on lsb/ headers (and add comment missing from one)

Mats Wichmann mats at linuxfoundation.org
Sun Jun 22 12:43:50 UTC 2014


------------------------------------------------------------
revno: 2282
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sun 2014-06-22 06:43:50 -0600
message:
  strengthen message on lsb/ headers (and add comment missing from one)
modified:
  headers/lsb/Composite.h
  headers/lsb/pthread.h
  headers/lsb/time.h
  headers/lsb/types.h
  headers/lsb/wchar.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/lsb/Composite.h'
--- a/headers/lsb/Composite.h	2013-09-06 16:28:18 +0000
+++ b/headers/lsb/Composite.h	2014-06-22 12:43:50 +0000
@@ -9,7 +9,10 @@
 #endif
 
 
-/* Special header to avoid header inclusion loops */
+/* 
+   Special header to avoid header inclusion loops.
+   DO NOT include this header directly.
+*/
     typedef Cardinal(*XtOrderProc) (Widget);
 
 #ifdef __cplusplus

=== modified file 'headers/lsb/pthread.h'
--- a/headers/lsb/pthread.h	2013-08-28 23:19:29 +0000
+++ b/headers/lsb/pthread.h	2014-06-22 12:43:50 +0000
@@ -8,7 +8,10 @@
 #endif
 
 
-/* Special header to avoid header inclusion loops */
+/* 
+   Special header to avoid header inclusion loops.
+   DO NOT include this header directly.
+*/
 #if __LSB_VERSION__ >= 12
     typedef unsigned long int pthread_t;
 

=== modified file 'headers/lsb/time.h'
--- a/headers/lsb/time.h	2013-08-28 23:19:29 +0000
+++ b/headers/lsb/time.h	2014-06-22 12:43:50 +0000
@@ -9,7 +9,10 @@
 #endif
 
 
-/* Special header to avoid header inclusion loops */
+/* 
+   Special header to avoid header inclusion loops.
+   DO NOT include this header directly.
+*/
 #if __LSB_VERSION__ >= 12
     struct timeval {
 	time_t tv_sec;

=== modified file 'headers/lsb/types.h'
--- a/headers/lsb/types.h	2013-08-28 23:19:29 +0000
+++ b/headers/lsb/types.h	2014-06-22 12:43:50 +0000
@@ -9,7 +9,10 @@
 #endif
 
 
-/* Special header to avoid header inclusion loops */
+/* 
+   Special header to avoid header inclusion loops.
+   DO NOT include this header directly.
+*/
 #if __LSB_VERSION__ >= 20
 #if defined __i386__
 /* IA32 */

=== modified file 'headers/lsb/wchar.h'
--- a/headers/lsb/wchar.h	2013-09-04 02:11:30 +0000
+++ b/headers/lsb/wchar.h	2014-06-22 12:43:50 +0000
@@ -8,7 +8,10 @@
 #endif
 
 
-/* Special header to avoid header inclusion loops */
+/* 
+   Special header to avoid header inclusion loops.
+   DO NOT include this header directly.
+*/
     typedef unsigned int wint_t;
 
 #if __LSB_VERSION__ >= 12

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-06-21 14:49:58 +0000
+++ b/package/Makefile	2014-06-22 12:43:50 +0000
@@ -50,7 +50,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
-BUILDNO=11
+BUILDNO=12
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list