]> git.hungrycats.org Git - linux/commitdiff
[SPARC64]: Un-static cp_compat_stat.
authorDavid S. Miller <davem@nuts.ninka.net>
Fri, 20 Dec 2002 10:46:57 +0000 (02:46 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Fri, 20 Dec 2002 10:46:57 +0000 (02:46 -0800)
arch/sparc64/kernel/sys_sparc32.c

index 724f790628a8265512543bc0700445d76829c9fa..34c40fe2c7c8ec6c9229727411ffbfcfb1672c1d 100644 (file)
@@ -1397,7 +1397,7 @@ out_nofds:
        return ret;
 }
 
-static int cp_compat_stat(struct kstat *stat, struct compat_stat *statbuf)
+int cp_compat_stat(struct kstat *stat, struct compat_stat *statbuf)
 {
        int err;