From 89a13b46bd1a0c8aa5c1dbbc6ed3d669c1448274 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 25 Jul 2012 21:15:33 +0200 Subject: hexdump: fix shadow declaration text-utils/hexdump.h:84:5: warning: shadowed declaration is here [-Wshadow] ./include/xalloc.h:23:28: warning: declaration of 'size' shadows a global declaration [-Wshadow] ./include/xalloc.h:33:40: warning: declaration of 'size' shadows a global declaration [-Wshadow] ./include/xalloc.h:43:49: warning: declaration of 'size' shadows a global declaration [-Wshadow] Signed-off-by: Sami Kerola --- text-utils/hexdump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/hexdump.h') diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h index 2222585f8..b9e67a1ba 100644 --- a/text-utils/hexdump.h +++ b/text-utils/hexdump.h @@ -81,7 +81,7 @@ extern off_t skip; /* bytes to skip */ enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ extern enum _vflag vflag; -int size(FS *); +int block_size(FS *); void add(const char *); void rewrite(FS *); void addfile(char *); -- cgit v1.2.3-55-g7522