[PATCH 2.6] clean-up: fixes "shadows global" warning

From: Riina Kikas
Date: Mon Dec 06 2004 - 15:55:38 EST


This patch fixes warning "declaration of `errno' shadows a global declaration"
occuring on line 102

Signed-off-by: Riina Kikas <Riina.Kikas@xxxxxxx>

--- a/include/linux/nfsd/export.h 2004-08-14 10:55:33.000000000 +0000
+++ b/include/linux/nfsd/export.h 2004-10-31 19:01:15.000000000 +0000
@@ -99,7 +99,7 @@
int exp_rootfh(struct auth_domain *,
char *path, struct knfsd_fh *, int maxsize);
int exp_pseudoroot(struct auth_domain *, struct svc_fh *fhp, struct cache_req *creq);
-int nfserrno(int errno);
+int nfserrno(int errno_l);

extern void expkey_put(struct cache_head *item, struct cache_detail *cd);
extern void svc_export_put(struct cache_head *item, struct cache_detail *cd);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/