Subject pretty much says it all, fs/unistr.h uses min(),
but does not include linux/kernel.h
This causes build errors.
-- Crutcher <crutcher@datastacks.com> GCS d--- s+:>+:- a-- C++++$ UL++++$ L+++$>++++ !E PS+++ PE Y+ PGP+>++++ R-(+++) !tv(+++) b+(++++) G+ e>++++ h+>++ r* y+>*$--NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-2.4.9-cd-unistr.c_include_kernel.h"
--- linux/fs/ntfs/unistr.c.include Sat Aug 18 16:19:28 2001 +++ linux/fs/ntfs/unistr.c Sat Aug 18 16:19:06 2001 @@ -21,6 +21,7 @@ * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <linux/kernel.h> #include <linux/string.h> #include <asm/byteorder.h>
--NzB8fVQJ5HfG6fxh-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/