From 1b1b22fa5ff4fce647ec06653b511748a7d76f9e Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 11 Aug 2008 18:20:43 -0300 Subject: [PATCH] resolve implicit declaration --- ar_subs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ar_subs.c b/ar_subs.c index 382462c..b7298fa 100644 --- a/ar_subs.c +++ b/ar_subs.c @@ -62,6 +62,8 @@ static int get_arc(void); static int next_head(ARCHD *); extern sigset_t s_mask; +extern size_t strlcpy(char *, const char *, size_t); + /* * Routines which control the overall operation modes of pax as specified by * the user: list, append, read ... -- 2.30.2