From: Nathan Scott Date: Mon, 13 Oct 2003 06:05:03 +0000 (+0000) Subject: Fix compile warning from extern function in libxfs X-Git-Tag: v2.6.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7066fb240ea577de113393feaa54ec8dfe19c316;p=thirdparty%2Fxfsprogs-dev.git Fix compile warning from extern function in libxfs --- diff --git a/copy/xfs_copy.c b/copy/xfs_copy.c index a90ad53f6..077cc8ce0 100644 --- a/copy/xfs_copy.c +++ b/copy/xfs_copy.c @@ -40,6 +40,8 @@ #define rounddown(x, y) (((x)/(y))*(y)) +extern int platform_check_ismounted(char *, char *, struct stat64 *, int); + int logfd; char *logfile_name; FILE *logerr;