[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1132: fix svcfd_create prototype (bug 3404)

Mats Wichmann mats at linuxfoundation.org
Wed Feb 22 13:55:22 UTC 2012


------------------------------------------------------------
revno: 1132
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Wed 2012-02-22 06:55:22 -0700
message:
  fix svcfd_create prototype (bug 3404)
modified:
  Interface.init
  InterfaceComment.init
  Parameter.init
-------------- next part --------------
=== modified file 'Interface.init'
--- a/Interface.init	2012-02-17 16:43:14 +0000
+++ b/Interface.init	2012-02-22 13:55:22 +0000
@@ -74,7 +74,7 @@
 INSERT INTO `Interface` VALUES (944,'svc_getreq','Function',103,1,'Yes',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (949,'svc_unregister','Function',103,1,'Yes',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (950,'svcauthdes_stats','Data',0,0,'Yes',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
-INSERT INTO `Interface` VALUES (958,'svcfd_create','Function',103,0,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
+INSERT INTO `Interface` VALUES (958,'svcfd_create','Function',103,9983,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (959,'svcraw_create','Function',103,9983,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (961,'svcudp_bufcreate','Function',103,9983,'Yes',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (963,'svcudp_enablecache','Function',0,0,'Yes',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');

=== modified file 'InterfaceComment.init'
--- a/InterfaceComment.init	2012-02-17 16:43:14 +0000
+++ b/InterfaceComment.init	2012-02-22 13:55:22 +0000
@@ -1,12 +1,12 @@
-INSERT INTO `InterfaceComment` VALUES (921,'backtrace','libc','Gk4','Reference material.\nhttp://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/backtrace.3.html\nhttp://www.ibm.com/developerworks/linux/library/l-cppexcep.html','2008-04-08 06:23:37');
-INSERT INTO `InterfaceComment` VALUES (923,'attribute','libxml2','Stewb','DEPRECATED: use xmlSAX2Attribute()','2008-04-08 06:23:29');
-INSERT INTO `InterfaceComment` VALUES (924,'attribute','libxml2','Stewb ','Comment 1 was copied/pasted from upstream docs, but xmlSAX2Attribute() does not seem to exist. It may be a typo, really meaning xmlSAX2AttributeDecl() (attribute is from the deprecated SAX module).\n\nScribus 1.3.3.10 specifically checks for this interface during \"configure\".','2008-04-08 06:23:29');
-INSERT INTO `InterfaceComment` VALUES (925,'getpt','','Mats','suggest adding an explicit comment to use posix_openpt, which is in LSB','2008-06-10 13:34:34');
-INSERT INTO `InterfaceComment` VALUES (926,'vwprintw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_printw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 04:11:02');
-INSERT INTO `InterfaceComment` VALUES (927,'vwscanw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_scanw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 03:55:46');
-INSERT INTO `InterfaceComment` VALUES (928,'tgetent','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 04:03:24');
-INSERT INTO `InterfaceComment` VALUES (929,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 04:03:30');
-INSERT INTO `InterfaceComment` VALUES (930,'tgetnum','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 04:03:36');
-INSERT INTO `InterfaceComment` VALUES (931,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 04:03:44');
-INSERT INTO `InterfaceComment` VALUES (932,'tgoto','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 04:03:54');
-INSERT INTO `InterfaceComment` VALUES (933,'___tls_get_addr','','Andim','Got this ld-linux.so.2 symbol dependency in my huge home-grown ported application (possibly due to having to use the \"__thread\" TLS variable keyword).\r\n\r\nIt seems according to http://www.linuxjournal.com/article/7067\r\none is supposed to override to ld-lsb.so.1 via -Wl,--dynamic-linker=...\r\n\r\nThat should work hopefully and allow me to get rid of one of the more severe dependency headaches.','2008-08-22 17:28:47');
+INSERT INTO `InterfaceComment` VALUES (921,'backtrace','libc','Gk4','Reference material.\nhttp://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/backtrace.3.html\nhttp://www.ibm.com/developerworks/linux/library/l-cppexcep.html','2008-04-08 12:23:37');
+INSERT INTO `InterfaceComment` VALUES (923,'attribute','libxml2','Stewb','DEPRECATED: use xmlSAX2Attribute()','2008-04-08 12:23:29');
+INSERT INTO `InterfaceComment` VALUES (924,'attribute','libxml2','Stewb ','Comment 1 was copied/pasted from upstream docs, but xmlSAX2Attribute() does not seem to exist. It may be a typo, really meaning xmlSAX2AttributeDecl() (attribute is from the deprecated SAX module).\n\nScribus 1.3.3.10 specifically checks for this interface during \"configure\".','2008-04-08 12:23:29');
+INSERT INTO `InterfaceComment` VALUES (925,'getpt','','Mats','suggest adding an explicit comment to use posix_openpt, which is in LSB','2008-06-10 19:34:34');
+INSERT INTO `InterfaceComment` VALUES (926,'vwprintw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_printw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 10:11:02');
+INSERT INTO `InterfaceComment` VALUES (927,'vwscanw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_scanw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 09:55:46');
+INSERT INTO `InterfaceComment` VALUES (928,'tgetent','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:24');
+INSERT INTO `InterfaceComment` VALUES (929,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:30');
+INSERT INTO `InterfaceComment` VALUES (930,'tgetnum','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:36');
+INSERT INTO `InterfaceComment` VALUES (931,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:44');
+INSERT INTO `InterfaceComment` VALUES (932,'tgoto','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:54');
+INSERT INTO `InterfaceComment` VALUES (933,'___tls_get_addr','','Andim','Got this ld-linux.so.2 symbol dependency in my huge home-grown ported application (possibly due to having to use the \"__thread\" TLS variable keyword).\r\n\r\nIt seems according to http://www.linuxjournal.com/article/7067\r\none is supposed to override to ld-lsb.so.1 via -Wl,--dynamic-linker=...\r\n\r\nThat should work hopefully and allow me to get rid of one of the more severe dependency headaches.','2008-08-22 23:28:47');

=== modified file 'Parameter.init'
--- a/Parameter.init	2011-01-28 12:58:50 +0000
+++ b/Parameter.init	2012-02-22 13:55:22 +0000
@@ -57684,3 +57684,6 @@
 INSERT INTO `Parameter` VALUES (100002,1,10295,0,NULL,0,'No','__file');
 INSERT INTO `Parameter` VALUES (100002,2,8698,0,NULL,0,'No','__buf');
 INSERT INTO `Parameter` VALUES (100002,3,6,0,NULL,0,'No','__flag');
+INSERT INTO `Parameter` VALUES (958,0,6,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (958,1,7,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (958,2,7,NULL,NULL,0,'Unknown',NULL);



More information about the lsb-messages mailing list