bind9/lib
David Lawrence df8c9ee481 Fixed these warnings:
"rdata.c", line 164: remark(1174): variable "octdigits" was declared but never
          referenced

This was true; octdigits was used in no lib/dns/**/* files.

"rdata.c", line 1485: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result
"rdata.c", line 1493: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result
"rdata.c", line 1501: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result

These three were all in atob_tobuffer, where the value of stroul was being
assigned to an isc_int32_t, which is typedef'd from int and possibly smaller
than long (definitely on the IRIX machine).  The variables in question were
changed from isc_int32_t to long.
2000-05-14 02:02:24 +00:00
..
dns Fixed these warnings: 2000-05-14 02:02:24 +00:00
isc Changed the CPP symbol it uses from *_HAVENETINET6* to *_NEEDNETINET6* 2000-05-13 18:18:08 +00:00
lwres Changed the CPP symbol it uses from *_HAVENETINET6* to *_NEEDNETINET6* 2000-05-13 18:18:08 +00:00
omapi Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
tests ensure proper range for argument to ctype functions 2000-05-09 22:22:25 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in update copyright 2000-02-03 23:17:52 +00:00