CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/15 08:55:12
Modified files:
usr.sbin/ldpd : ldp.h
Log message:
struct ldp_hdr has probably the worst possible layout (ending with a single
u_int16_t) and must therefor be __packed or sizeof() returns a to large size
and causes some very nasty issues.
"embrace __packed" dlg@ OK michele@
While there add new notification status types defined in RFC5036
