diff options
-rw-r--r-- | usr.bin/ar/ar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/ar.h b/usr.bin/ar/ar.h index 77dd492..957a985 100644 --- a/usr.bin/ar/ar.h +++ b/usr.bin/ar/ar.h @@ -111,7 +111,7 @@ struct bsdar { }; void bsdar_errc(struct bsdar *, int _eval, int _code, - const char *fmt, ...); + const char *fmt, ...) __dead2; void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...); void ar_mode_d(struct bsdar *bsdar); void ar_mode_m(struct bsdar *bsdar); |