resolve implicit declaration
authorBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 21:20:43 +0000 (18:20 -0300)
committerBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 21:20:43 +0000 (18:20 -0300)
ar_subs.c

index 382462cd6540f148abe3258affcc8650a0426d8c..b7298fa6b1867e9eb47aa9f9bcdbdbcc12d6bdbe 100644 (file)
--- 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 ...