From: David Howells Date: Mon, 10 Jul 2006 11:44:53 +0000 (-0700) Subject: [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers X-Git-Tag: v2.6.18-rc2~178 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=01bf466e1866feeb7fce0319cbafe0166e29f5e4;p=linux-2.6-omap-h63xx.git [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers Add definitions for SEEK_SET, SEEK_CUR and SEEK_END to the kernel header files. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 43aef9b230f..25610205c90 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -27,6 +27,10 @@ #define BLOCK_SIZE_BITS 10 #define BLOCK_SIZE (1<