Remove the "volatile" attribute from bpf_error(). The "volatile"
authormillert <millert@openbsd.org>
Thu, 27 Apr 2017 15:46:14 +0000 (15:46 +0000)
committermillert <millert@openbsd.org>
Thu, 27 Apr 2017 15:46:14 +0000 (15:46 +0000)
commite389019dfdd148e696bc22fa5cddaeb3c3c2eef6
tree9011b4510ec11f60732978ca558d063c7ce4816c
parent9b935162a2ff01a96412f4fe0b66c6e60d2be40d
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.
lib/libpcap/gencode.h