aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar')
-rw-r--r--usr.bin/ar/ar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/ar.h b/usr.bin/ar/ar.h
index 77dd49219eab..957a985433ea 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);