I would like to work on the bug having id- 6614275.

The following are the bug description :

In /usr/include/getopt.h, struct option is declared as:


struct option {

        char *name;     /* name of long option */
        int has_arg;    /* whether option takes an argument */

        int *flag;      /* if not NULL, set *flag to val when option found */

        int val;        /* if flag is not NULL, value to set *flag to. */

                        /* if flag is NULL, return value */
};


According to the Solaris man page and the GNU documentation for
getopt_long(), the name member should be of type const char*.

category:-library
subcategory:-libc


Thanking you.
Neena A S
SCA no - OS0161
Amrita vishwa vidyapeetham.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080113/4d851baf/attachment.html>

Reply via email to