This patch corrects the following: - Fixes memory leaks with the FDDI and Token Ring method routines used with Extensible SNMP subagent (ESNMP). - The SNMP agent returns incorrect data when requested for the MIB II Address Translation Table (atTable). The agent returns correct data for ipNetToMediaTable, which supersedes atTable in MIB II. This patch removes support for atTable, so that common applications (like NetView autodiscovery) will use the ipNetToMediaTable instead. - Fixes the os_mibs source file, hrm_fs.c, which makes a call to the statfs function with 2 arguments, when statfs expects 3 arguments. - Fixes a problem that occurs when the system experiences a very high volume of SNMP trap requests, some SNMP traps may be lost. - Fixes the problem where a malformed trap message sent at boot-time by the DIGITAL UNIX SNMP daemon to a Windows NT Network Management Station (NMS) could cause the NMS application or the NT operating system to crash.