[PATCH 4/10] uint16_t -> u16

From: Mike Halcrow
Date: Fri May 26 2006 - 10:22:20 EST


uint16_t replaced with more kernel-appropriate u16.

Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx>

---

fs/ecryptfs/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

46e9182ba5ba7c1b503f23b69f3accce416f1b71
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index a0e9f05..9376482 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -141,7 +141,7 @@ static match_table_t tokens = {
*
* Returns zero on good version; non-zero otherwise
*/
-int ecryptfs_verify_version(uint16_t version)
+int ecryptfs_verify_version(u16 version)
{
int rc = 0;
unsigned char major;
--
1.3.3

-
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/