Module Name: src Committed By: christos Date: Fri Jan 27 15:52:21 UTC 2017
Modified Files: src/external/bsd/libpcap/dist: gencode.h Log Message: propagate deadness. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libpcap/dist/gencode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/libpcap/dist/gencode.h diff -u src/external/bsd/libpcap/dist/gencode.h:1.4 src/external/bsd/libpcap/dist/gencode.h:1.5 --- src/external/bsd/libpcap/dist/gencode.h:1.4 Tue Jan 24 17:29:28 2017 +++ src/external/bsd/libpcap/dist/gencode.h Fri Jan 27 10:52:21 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: gencode.h,v 1.4 2017/01/24 22:29:28 christos Exp $ */ +/* $NetBSD: gencode.h,v 1.5 2017/01/27 15:52:21 christos Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -368,7 +368,8 @@ struct icode { }; void bpf_optimize(compiler_state_t *, struct icode *ic); -void bpf_syntax_error(compiler_state_t *, const char *); +void bpf_syntax_error(compiler_state_t *, const char *) + __attribute__((noreturn)); void bpf_error(compiler_state_t *, const char *, ...) __attribute__((noreturn)) #ifdef __ATTRIBUTE___FORMAT_OK