X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=pax.h;h=c117f79708dd48e86275f367b65af2c7922138a7;hb=5f9e79a58492ebc9118a1ae9f20becd2b7f20bc3;hp=26477976e4feb62ee7e8ea0e1f98d504fc32e091;hpb=1b1b22fa5ff4fce647ec06653b511748a7d76f9e;p=debian%2Fpax diff --git a/pax.h b/pax.h index 2647797..c117f79 100644 --- a/pax.h +++ b/pax.h @@ -242,3 +242,6 @@ typedef struct oplist { #define OCT 8 #define _PAX_ 1 #define _TFILE_BASE "paxXXXXXXXXXX" + +/* hack since we're pulling strlcpy in from OpenBSD library to this dir */ +extern size_t strlcpy(char *, const char *, size_t);