[Lsb-infrastructure] [Bug 2039] New: Csrconly field should be dropped

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Tue Apr 15 07:57:47 PDT 2008


http://bugs.linuxbase.org/show_bug.cgi?id=2039

           Summary: Csrconly field should be dropped
           Product: Infrastructure
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Database
        AssignedTo: mats at freestandards.org
        ReportedBy: silakov at ispras.ru
         QAContact: lsb-infrastructure at freestandards.org


Csrconly field is unclear - constants are 'srconly' by their nature. However,
before dropping the field from the db and modify the scripts, we should decide
what to do with constants marked as 'srconly' and not marked as included. Here
is a list of constants in question:

+----------------+-----------------------------+
| Hname          | Cname                       |
+----------------+-----------------------------+
| assert.h       | assert(expr)                |
| curses.h       | KEY_F(n)                    |
| curses.h       | NCURSES_EXPORT(type)        |
| curses.h       | NCURSES_EXPORT_VAR(type)    |
| curses.h       | __NCURSES_H                 |
| endian.h       | BIG_ENDIAN                  |
| endian.h       | BYTE_ORDER                  |
| endian.h       | LITTLE_ENDIAN               |
| features.h     | __GLIBC__                   |
| inttypes.h     | PDP_ENDIAN                  |
| inttypes.h     | __PDP_ENDIAN                |
| limits.h       | NGROUPS_MAX                 |
| net/if.h       | ifc_buf                     |
| net/if.h       | ifc_req                     |
| net/if.h       | ifr_addr                    |
| net/if.h       | ifr_bandwidth               |
| net/if.h       | ifr_broadaddr               |
| net/if.h       | ifr_data                    |
| net/if.h       | ifr_dstaddr                 |
| net/if.h       | ifr_flags                   |
| net/if.h       | ifr_hwaddr                  |
| net/if.h       | ifr_ifindex                 |
| net/if.h       | ifr_metric                  |
| net/if.h       | ifr_mtu                     |
| net/if.h       | ifr_name                    |
| net/if.h       | ifr_netmask                 |
| net/if.h       | ifr_qlen                    |
| net/if.h       | ifr_slave                   |
| netdb.h        | h_errno                     |
| netinet/in.h   | IN6_IS_ADDR_LINKLOCAL(a)    |
| netinet/in.h   | IN6_IS_ADDR_LOOPBACK(a)     |
| netinet/in.h   | IN6_IS_ADDR_MC_GLOBAL(a)    |
| netinet/in.h   | IN6_IS_ADDR_MC_LINKLOCAL(a) |
| netinet/in.h   | IN6_IS_ADDR_MC_NODELOCAL(a) |
| netinet/in.h   | IN6_IS_ADDR_MC_ORGLOCAL(a)  |
| netinet/in.h   | IN6_IS_ADDR_MC_SITELOCAL(a) |
| netinet/in.h   | IN6_IS_ADDR_MULTICAST(a)    |
| netinet/in.h   | IN6_IS_ADDR_SITELOCAL(a)    |
| netinet/in.h   | IN6_IS_ADDR_UNSPECIFIED(a)  |
| netinet/in.h   | IN6_IS_ADDR_V4COMPAT(a)     |
| netinet/in.h   | IN6_IS_ADDR_V4MAPPED(a)     |
| netinet/in.h   | INADDR_LOOPBACK             |
| netinet/in.h   | IN_MULTICAST(a)             |
| netinet/in.h   | IPV6_ADD_MEMBERSHIP         |
| netinet/in.h   | IPV6_DROP_MEMBERSHIP        |
| netinet/in.h   | s6_addr                     |
| netinet/in.h   | s6_addr16                   |
| netinet/in.h   | s6_addr32                   |
| netinet/ip.h   | IPTOS_PREC(tos)             |
| netinet/ip.h   | IPTOS_TOS(tos)              |
| rpc/rpc_msg.h  | acpted_rply                 |
| rpc/rpc_msg.h  | ar_results                  |
| rpc/rpc_msg.h  | ar_vers                     |
| rpc/rpc_msg.h  | rj_vers                     |
| rpc/rpc_msg.h  | rj_why                      |
| rpc/rpc_msg.h  | rjcted_rply                 |
| rpc/rpc_msg.h  | rm_call                     |
| rpc/rpc_msg.h  | rm_reply                    |
| rpc/rpc_msg.h  | rp_acpt                     |
| rpc/rpc_msg.h  | rp_rjct                     |
| signal.h       | sa_handler                  |
| signal.h       | sa_sigaction                |
| sys/resource.h | RLIMIT_LOCKS                |
| sys/resource.h | RLIMIT_MEMLOCK              |
| sys/resource.h | RLIMIT_NPROC                |
| sys/resource.h | RLIMIT_RSS                  |
| sys/resource.h | RLIM_NLIMITS                |
| sys/select.h   | NFDBITS                     |
| sys/socket.h   | SO_BSDCOMPAT                |
| sys/types.h    | __BIG_ENDIAN                |
| sys/types.h    | __BYTE_ORDER                |
| sys/types.h    | __LITTLE_ENDIAN             |
| syslog.h       | LOG_FAC(p)                  |
| syslog.h       | LOG_MAKEPRI(fac, pri)       |
| syslog.h       | LOG_PRI(p)                  |
| unistd.h       | _POSIX2_VERSION             |
| unistd.h       | _POSIX_VERSION              |
| unistd.h       | _XOPEN_VERSION              |
| utmp.h         | ut_addr                     |
| utmp.h         | ut_name                     |
| utmp.h         | ut_time                     |
| zlib.h         | ZLIB_VERSION                |
+----------------+-----------------------------+


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-infrastructure mailing list