From 38fde6df4d7d596e086d2ec03c4cf1b46116e556 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 17 Feb 2009 20:37:34 +0000 Subject: [PATCH 1/1] remove unneeded patch SVN-Revision: 14546 --- sound/mpc/patches/001-uclibc.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sound/mpc/patches/001-uclibc.patch diff --git a/sound/mpc/patches/001-uclibc.patch b/sound/mpc/patches/001-uclibc.patch deleted file mode 100644 index 298dbf2b49..0000000000 --- a/sound/mpc/patches/001-uclibc.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/main.c.orig 2009-02-02 02:04:11.000000000 +0100 -+++ ./src/main.c 2009-02-17 19:48:55.000000000 +0100 -@@ -190,7 +190,8 @@ - static struct command * - find_command(const char *name) - { -- for (unsigned i = 0; mpc_table[i].command != NULL; ++i) -+ unsigned i = 0; -+ for (i = 0; mpc_table[i].command != NULL; ++i) - if (strcmp(name, mpc_table[i].command) == 0) - return &mpc_table[i]; - -- 2.30.2