diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 12a81e859f38f85f5143e72b56b5a1f974c53576 (patch) | |
tree | b2d994878969d3f9d2d56625fccda64c5ac25e8a /package/shfs/patches/107-df.patch | |
parent | ac587815b0f46cdc8eb7d7141ffb5784b98b4b3b (diff) | |
download | upstream-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.gz upstream-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.bz2 upstream-12a81e859f38f85f5143e72b56b5a1f974c53576.zip |
refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/shfs/patches/107-df.patch')
-rw-r--r-- | package/shfs/patches/107-df.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/shfs/patches/107-df.patch b/package/shfs/patches/107-df.patch index 07eaaf234f..ca2c9d079a 100644 --- a/package/shfs/patches/107-df.patch +++ b/package/shfs/patches/107-df.patch @@ -1,5 +1,7 @@ ---- shfs-0.35.orig/shfs/Linux-2.4/shell.c 3 Jun 2004 13:20:44 -0000 1.8 -+++ shfs-0.35/shfs/Linux-2.4/shell.c 18 Jun 2004 12:19:52 -0000 +Index: shfs-0.35/shfs/Linux-2.4/shell.c +=================================================================== +--- shfs-0.35.orig/shfs/Linux-2.4/shell.c 2007-06-04 13:22:59.249847936 +0200 ++++ shfs-0.35/shfs/Linux-2.4/shell.c 2007-06-04 13:22:59.643788048 +0200 @@ -961,11 +961,11 @@ s = info->sockbuf; @@ -15,8 +17,10 @@ result = sock_readln(info, info->sockbuf, SOCKBUF_SIZE); if (result < 0) ---- shfs-0.35.orig/shfs/Linux-2.6/shell.c 3 Jun 2004 13:20:47 -0000 1.9 -+++ shfs-0.35/shfs/Linux-2.6/shell.c 18 Jun 2004 12:19:53 -0000 +Index: shfs-0.35/shfs/Linux-2.6/shell.c +=================================================================== +--- shfs-0.35.orig/shfs/Linux-2.6/shell.c 2007-06-04 13:22:59.249847936 +0200 ++++ shfs-0.35/shfs/Linux-2.6/shell.c 2007-06-04 13:22:59.643788048 +0200 @@ -974,11 +974,11 @@ s = info->sockbuf; |