1. usr/src/head/netdb.h

Line 191: "/*%"  Don't think the percent character will get past
cstyle check:
<http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/scripts/cstyle.pl>

2. usr/src/head/resolv.h

ISC have addressed placement of _rnd[] for us (support call #2471:
Addition of _rnd[] in __res_state not compatible with previous
releases) and have moved it into _ext structure starting with libbind
6.1:

    Moved into _u.  The union is now.
 
        union {
                /* On an 32-bit arch this means 512b total. */
                char    pad[72 - 4*sizeof (int) - 2*sizeof (void *)];
                struct {
                        u_int16_t               nscount;
                        u_int16_t               nstimes[MAXNS]; /* ms. */
                        int                     nssocks[MAXNS];
                        /*% extention for IPv6 */
                        struct __res_state_ext *ext;
                        /*% PRIVATE: random state */
                        u_char                  _rnd[16];
                } _ext;
        } _u;

So I would suggest we go with that rather than add WANT_ISC_RND changes.

3. usr/src/head/arpa/inet.h

Line 48, 71 (duplicate blank line): remove?

Lines 73-76, 98-101 : Comment no longer makes sense, or at least is
not as intended.

4. usr/src/head/arpa/nameser.h

ISC copyright needs updating.

line 83: observation: NS_MAXPADDR must of come from a later RFC than
those listed on line 83 ;-)

Line 104, 614: duplicate blank line, remove?

END
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to