Move tracing out of yportenv.h
[yaffs2.git] / direct / python / yaffs_python_helper.c
index aa63d5e541d31af32701a542d7fcbdea59bf6012..0a523e63c52bf8a9f2bf898c4766471a11a44011 100644 (file)
@@ -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;
 }