CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/21 00:48:33
Modified files:
usr.sbin/bgpd : log.h
Log message:
For portability include sys/types.h instead of sys/cdefs.h.
cdefs.h may not exist on some systems and the portable framework uses
sys/types.h to define __dead.
OK deraadt@
