aboutsummaryrefslogtreecommitdiffstats
path: root/main/alsa-utils/alsactl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alsa-utils/alsactl.patch')
-rw-r--r--main/alsa-utils/alsactl.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/main/alsa-utils/alsactl.patch b/main/alsa-utils/alsactl.patch
deleted file mode 100644
index 159d9b4348..0000000000
--- a/main/alsa-utils/alsactl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 95788fea25c1a59985828d4b91af0772d077600b Mon Sep 17 00:00:00 2001
-From: Jaroslav Kysela <perex@perex.cz>
-Date: Mon, 15 Apr 2013 14:44:13 +0200
-Subject: [PATCH 1/1] alsactl: Fix the string size for the lock file contents
-
-The string length is 10 characters + LF + '\0' = 12 characters.
-
-Signed-off-by: Jaroslav Kysela <perex@perex.cz>
----
- alsactl/lock.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/alsactl/lock.c b/alsactl/lock.c
-index d34d013..fce208b 100644
---- a/alsactl/lock.c
-+++ b/alsactl/lock.c
-@@ -35,7 +35,7 @@ static int state_lock_(const char *file, int lock, int timeout)
- int fd = -1, err = 0;
- struct flock lck;
- struct stat st;
-- char lcktxt[11];
-+ char lcktxt[12];
- char *nfile;
-
- if (!do_lock)
---
-1.7.11.4
-