CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/19 06:29:12
Modified files:
net/libnet/1.1 : Makefile
Added files:
net/libnet/1.1/patches: patch-include_libnet_libnet-functions_h
Log message:
Stop declaring libnet_getgre_length as inline; fixes build with clang
libnet_getgre_length is a public symbol declared in a public header (and
defined in a .c file), it makes no sense to declare it as inline.
