aboutsummaryrefslogtreecommitdiff
path: root/audio/gnuitar/files/patch-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnuitar/files/patch-src_main.c')
-rw-r--r--audio/gnuitar/files/patch-src_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gnuitar/files/patch-src_main.c b/audio/gnuitar/files/patch-src_main.c
index b611da00e228..cf61d1e7099f 100644
--- a/audio/gnuitar/files/patch-src_main.c
+++ b/audio/gnuitar/files/patch-src_main.c
@@ -1,5 +1,5 @@
---- src/main.c.orig Fri Apr 15 16:37:41 2005
-+++ src/main.c Thu Dec 14 21:41:20 2006
+--- src/main.c.orig 2005-04-15 14:37:41 UTC
++++ src/main.c
@@ -109,6 +109,9 @@
#include <fcntl.h>
#include <sys/types.h>
@@ -10,7 +10,7 @@
#ifdef DEMO
#define DEMO_MSG "\n\nThis is the demo version of the GNUitar program." \
"\nYou may download the full version as a source distribution" \
-@@ -953,9 +956,6 @@
+@@ -953,9 +956,6 @@ main(int argc, char **argv)
struct sched_param p;
@@ -20,7 +20,7 @@
max_priority = sched_get_priority_max(SCHED_FIFO);
p.sched_priority = max_priority;
-@@ -964,6 +964,12 @@
+@@ -964,6 +964,12 @@ main(int argc, char **argv)
("\nFailed to set scheduler priority. (Are you running as root?)");
printf("\nContinuing with default priority");
}