summaryrefslogtreecommitdiffstats
path: root/patches/troll-ftpd-1.28
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-03 10:27:19 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-03 10:27:19 +0000
commit69c63fc011a76e6a1e9a9bf73d387c121ab52d4c (patch)
treed01b2d2d8f3a4e55c2f63df14772bb976e92a84a /patches/troll-ftpd-1.28
parent1f431a04890d471d2f426542482685262fe044f9 (diff)
downloadptxdist-69c63fc011a76e6a1e9a9bf73d387c121ab52d4c.tar.gz
ptxdist-69c63fc011a76e6a1e9a9bf73d387c121ab52d4c.tar.xz
added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3703 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/troll-ftpd-1.28')
-rw-r--r--patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff b/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff
new file mode 100644
index 000000000..7bdd82650
--- /dev/null
+++ b/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff
@@ -0,0 +1,12 @@
+diff -urN troll-ftpd-1.28/ls.c troll-ftpd-1.28-ptx1/ls.c
+--- troll-ftpd-1.28/ls.c 2002-02-05 12:51:33.000000000 +0100
++++ troll-ftpd-1.28-ptx1/ls.c 2006-01-02 16:32:55.000000000 +0100
+@@ -587,7 +587,7 @@
+ opt_t = 0;
+ break;
+ default:
+-
++ break;
+ }
+ }
+ while ( isspace( *arg ) )