CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 06:27:40
Modified files: usr.sbin/bgpd : rtr_proto.c session.c session.h Log message: Do not abuse struct ibuf_read instead define local struct with the same fields. All of this will die in the end. This is just a step towards that. OK tb@