diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-08 21:45:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-08 21:45:02 +0000 |
commit | 709d83f7daed016f69f12a9b7076dc77df77fcc2 (patch) | |
tree | 3ab5b2276fbcd86908600788eb8fe6a1d60cc663 /package/shfs/patches/103-shfs_0.35_gcc4.patch | |
parent | ecd57194d8388d87551494809637a10e34c3403e (diff) | |
download | upstream-709d83f7daed016f69f12a9b7076dc77df77fcc2.tar.gz upstream-709d83f7daed016f69f12a9b7076dc77df77fcc2.tar.bz2 upstream-709d83f7daed016f69f12a9b7076dc77df77fcc2.zip |
Forgot comitting patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7142 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/shfs/patches/103-shfs_0.35_gcc4.patch')
-rw-r--r-- | package/shfs/patches/103-shfs_0.35_gcc4.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/shfs/patches/103-shfs_0.35_gcc4.patch b/package/shfs/patches/103-shfs_0.35_gcc4.patch new file mode 100644 index 0000000000..846dcb0d3e --- /dev/null +++ b/package/shfs/patches/103-shfs_0.35_gcc4.patch @@ -0,0 +1,21 @@ +--- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500 +@@ -19,6 +19,8 @@ + #include "shfs_debug.h" + #include "proc.h" + ++static struct dentry_operations shfs_dentry_operations; ++ + static int + shfs_dir_open(struct inode *inode, struct file *filp) + { +--- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500 +@@ -50,7 +50,6 @@ + #define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0) + + /* shfs/dir.c */ +-extern struct dentry_operations shfs_dentry_operations; + extern struct file_operations shfs_dir_operations; + extern struct inode_operations shfs_dir_inode_operations; + extern void shfs_new_dentry(struct dentry *dentry); |