Make ber type and encoding a unsigned int instead of unsigned long.
authorclaudio <claudio@openbsd.org>
Tue, 31 Jul 2018 11:01:29 +0000 (11:01 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 31 Jul 2018 11:01:29 +0000 (11:01 +0000)
commit8d831f143cb258aee89d94984835d52c06554973
tree7ea7f382e29efee580831894955619b8dc6a6201
parentf9444383b205b225e201591012958d22373516dc
Make ber type and encoding a unsigned int instead of unsigned long.
This way the size is the same on all archs and 32bit should be good enough.
OK rob@
usr.sbin/snmpd/ber.3
usr.sbin/snmpd/ber.c
usr.sbin/snmpd/ber.h
usr.sbin/snmpd/smi.c
usr.sbin/snmpd/snmpd.h
usr.sbin/snmpd/snmpe.c