[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1348: mark some old nspr interfaces obsolete without adding (bug 2902)

Mats Wichmann mats at linuxfoundation.org
Wed Aug 14 15:23:14 UTC 2013


------------------------------------------------------------
revno: 1348
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Wed 2013-08-14 09:23:14 -0600
message:
  mark some old nspr interfaces obsolete without adding (bug 2902)
modified:
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2013-07-27 15:45:32 +0000
+++ b/InterfaceAttribute.init	2013-08-14 15:23:14 +0000
@@ -1382,3 +1382,24 @@
 INSERT INTO `InterfaceAttribute` VALUES (102631,'tgetnum','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
 INSERT INTO `InterfaceAttribute` VALUES (102632,'tgetstr','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
 INSERT INTO `InterfaceAttribute` VALUES (102633,'tgoto','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
+INSERT INTO `InterfaceAttribute` VALUES (102634,'PR_CreateAlarm','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102635,'PR_DestroyAlarm','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102636,'PR_SetAlarm','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102637,'PR_ResetAlarm','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102638,'PR_Yield','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102639,'PR_Select','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102640,'PR_GetSysfdTableMax','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102641,'PR_SetSysfdTableSize','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102642,'PR_FD_ZERO','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102643,'PR_FD_SET','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102644,'PR_FD_CLR','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102645,'PR_FD_ISSET','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102646,'PR_FD_NSET','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102647,'PR_FD_NCLR','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102648,'PR_FD_NISSET','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102649,'PR_Stat','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102650,'PR_NewSem','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102651,'PR_DestroySem','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102652,'PR_WaitSem','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102653,'PR_PostSem','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');
+INSERT INTO `InterfaceAttribute` VALUES (102654,'PR_GetValueSem','libnspr4','Rejection','This interface is marked obsolete by the NSPR project');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2013-07-27 15:45:32 +0000
+++ b/InterfaceAttribute.sql	2013-08-14 15:23:14 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=102634 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=102655 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