[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1331: force sys/param.h to include limits.h (bug 3779)

Mats Wichmann mats at linuxfoundation.org
Thu May 2 20:50:19 UTC 2013


------------------------------------------------------------
revno: 1331
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Thu 2013-05-02 14:50:19 -0600
message:
  force sys/param.h to include limits.h (bug 3779)
modified:
  ArchConst.init
  Constant.init
  Constant.sql
-------------- next part --------------
=== modified file 'ArchConst.init'
--- a/ArchConst.init	2013-05-02 20:46:59 +0000
+++ b/ArchConst.init	2013-05-02 20:50:19 +0000
@@ -23935,3 +23935,4 @@
 INSERT INTO `ArchConst` VALUES (1,1089,'0','5.0',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,1090,'1','5.0',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,25039,'1639','1.0',NULL,2);
+INSERT INTO `ArchConst` VALUES (1,25040,'26','1.0',NULL,2);

=== modified file 'Constant.init'
--- a/Constant.init	2013-05-02 20:46:59 +0000
+++ b/Constant.init	2013-05-02 20:50:19 +0000
@@ -23198,3 +23198,4 @@
 INSERT INTO `Constant` VALUES (25037,'_CS_V6_ENV','int',369,'',NULL);
 INSERT INTO `Constant` VALUES (25038,'_CS_V7_ENV','int',369,'',NULL);
 INSERT INTO `Constant` VALUES (25039,'sys/types.h depends on lsb/types.h','header_depend',45,'',NULL);
+INSERT INTO `Constant` VALUES (25040,'sys/param.h depends on limits.h','header_depend',352,'',NULL);

=== modified file 'Constant.sql'
--- a/Constant.sql	2013-05-02 20:46:59 +0000
+++ b/Constant.sql	2013-05-02 20:50:19 +0000
@@ -20,7 +20,7 @@
   PRIMARY KEY (`Cid`),
   UNIQUE KEY `k_Cname` (`Cname`,`Cheadgroup`),
   KEY `k_Cheadgroup` (`Cheadgroup`,`Ctype`)
-) ENGINE=MyISAM AUTO_INCREMENT=25040 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=25041 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;



More information about the lsb-messages mailing list