CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 09:46:14
Modified files:
lib/libpcap : gencode.h
Log message:
Remove the "volatile" attribute from bpf_error(). The "volatile"
attribute is an obsolete way of saying "noreturn". clang doesn't
recognize it and the function is already marked __dead so it is
superfluous anyway.
