From: Jesper Juhl Date: Sat, 20 Oct 2007 00:44:34 +0000 (+0200) Subject: Fix compiler warning in smount example program from sharedsubtree.txt X-Git-Tag: v2.6.24-rc1~124^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de206d8f09c8b01d3721f860c28258838953a18;p=pandora-kernel.git Fix compiler warning in smount example program from sharedsubtree.txt If one compiles the example smount program, found in Documentation/sharedsubtree.txt, with -Wall then there's a small compiler warning rearing its ugly head : smount.c: In function 'main': smount.c:45: warning: implicit declaration of function 'strcmp' Easily fixed by just including string.h Signed-off-by: Jesper Juhl Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed