CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/07/03 05:51:27
Modified files: usr.sbin/ldpd : hello.c labelmapping.c Log message: Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct struct access and use ibuf_set_n16() to update the length field. OK tb@