CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/07/31 05:01:29
Modified files: usr.sbin/snmpd : ber.3 ber.c ber.h smi.c snmpd.h snmpe.c Log message: 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@