From: Bdale Garbee Date: Mon, 11 Aug 2008 21:20:43 +0000 (-0300) Subject: resolve implicit declaration X-Git-Tag: debian/20090728-1~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1b1b22fa5ff4fce647ec06653b511748a7d76f9e;hp=6aeac184c8db1263a9ad539769dd6f6a6310cdee;p=debian%2Fpax resolve implicit declaration --- 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 ...