projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files-2.6.25
/
fs
/
yaffs2
/
yportenv.h
diff --git
a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yportenv.h
b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yportenv.h
index
8b80c6d
..
15ac281
100644
(file)
--- a/
target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yportenv.h
+++ b/
target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yportenv.h
@@
-1,5
+1,5
@@
/*
/*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
@@
-150,7
+150,7
@@
extern unsigned int yaffs_wr_attempts;
* Tracing flags.
* The flags masked in YAFFS_TRACE_ALWAYS are always traced.
*/
* Tracing flags.
* The flags masked in YAFFS_TRACE_ALWAYS are always traced.
*/
-
+
#define YAFFS_TRACE_OS 0x00000002
#define YAFFS_TRACE_ALLOCATE 0x00000004
#define YAFFS_TRACE_SCAN 0x00000008
#define YAFFS_TRACE_OS 0x00000002
#define YAFFS_TRACE_ALLOCATE 0x00000004
#define YAFFS_TRACE_SCAN 0x00000008
This page took
0.023669 seconds
and
4
git commands to generate.