SNMPTridFix DEFINITIONS ::= BEGIN

IMPORTS
    TimeTicks         FROM SNMPv2-SMI;

-- Add undefined syntax types encountered in some mibs that it is
-- possible to guess what they meant
Integer ::= INTEGER (-2147483648..2147483647)
PositiveInteger ::= INTEGER (1..2147483647)
NegativeInteger ::= INTEGER (-2147483648..-1)

real ::= REAL
Real ::= REAL

TIMETICKS ::= TimeTicks

END
