X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=425bcda1e83bfc1ab990839699361a4d367c4a59;hp=aa63d5e541d31af32701a542d7fcbdea59bf6012;hb=6aacb9c19734f42df0bfedff962fb231793c6423;hpb=a6f6a1bb6ff2b876047173be7cec28a1e1faaaa4 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index aa63d5e..425bcda 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -2,7 +2,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -22,6 +22,7 @@ */ #include "yaffsfs.h" +#include "yaffs_trace.h" int simulate_power_failure; int random_seed; @@ -34,6 +35,7 @@ int yaffs_print_constants(void) printf( "O_RDWR.........%d\n",O_RDWR); printf( "O_TRUNC........%d\n",O_TRUNC); + printf( "sizeof(off_t)..%d\n",sizeof(off_t)); return 0; }