Deleted Added
full compact
19c19
< static const char rcsid[] = "$Id: ns_parse.c,v 1.3.2.1.4.3 2005/10/11 00:48:16 marka Exp $";
---
> static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.3 2005/10/11 00:25:10 marka Exp $";
54,69c54,69
< { 0x8000, 15 }, /* qr. */
< { 0x7800, 11 }, /* opcode. */
< { 0x0400, 10 }, /* aa. */
< { 0x0200, 9 }, /* tc. */
< { 0x0100, 8 }, /* rd. */
< { 0x0080, 7 }, /* ra. */
< { 0x0040, 6 }, /* z. */
< { 0x0020, 5 }, /* ad. */
< { 0x0010, 4 }, /* cd. */
< { 0x000f, 0 }, /* rcode. */
< { 0x0000, 0 }, /* expansion (1/6). */
< { 0x0000, 0 }, /* expansion (2/6). */
< { 0x0000, 0 }, /* expansion (3/6). */
< { 0x0000, 0 }, /* expansion (4/6). */
< { 0x0000, 0 }, /* expansion (5/6). */
< { 0x0000, 0 }, /* expansion (6/6). */
---
> { 0x8000, 15 }, /*%< qr. */
> { 0x7800, 11 }, /*%< opcode. */
> { 0x0400, 10 }, /*%< aa. */
> { 0x0200, 9 }, /*%< tc. */
> { 0x0100, 8 }, /*%< rd. */
> { 0x0080, 7 }, /*%< ra. */
> { 0x0040, 6 }, /*%< z. */
> { 0x0020, 5 }, /*%< ad. */
> { 0x0010, 4 }, /*%< cd. */
> { 0x000f, 0 }, /*%< rcode. */
> { 0x0000, 0 }, /*%< expansion (1/6). */
> { 0x0000, 0 }, /*%< expansion (2/6). */
> { 0x0000, 0 }, /*%< expansion (3/6). */
> { 0x0000, 0 }, /*%< expansion (4/6). */
> { 0x0000, 0 }, /*%< expansion (5/6). */
> { 0x0000, 0 }, /*%< expansion (6/6). */
209a210,211
>
> /*! \file */