From 7066fb240ea577de113393feaa54ec8dfe19c316 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 13 Oct 2003 06:05:03 +0000 Subject: [PATCH] Fix compile warning from extern function in libxfs --- copy/xfs_copy.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.47.2