1- diff ' --color=auto' -Naur mpg123-1.28.1- orig/configure.ac mpg123-1.28.1 /configure.ac
2- --- mpg123-1.28.1- orig/configure.ac 2021-07-12 00:49:40.906632272 +0200
3- +++ mpg123-1.28.1 /configure.ac 2021-07-12 00:52:50.956634812 +0200
4- @@ -1318 ,6 +1318 ,20 @@
1+ diff --color -Naur mpg123-1.33.3. orig/configure.ac mpg123-1.33.3 /configure.ac
2+ --- mpg123-1.33.3. orig/configure.ac 2025-10-05 22:59:02.000000000 +0200
3+ +++ mpg123-1.33.3 /configure.ac 2025-10-21 14:49:00.629579286 +0200
4+ @@ -1582 ,6 +1582 ,20 @@
55 # Optionally use platform macros for byte swapping.
66 AC_CHECK_HEADERS([byteswap.h])
77
@@ -22,10 +22,22 @@ diff '--color=auto' -Naur mpg123-1.28.1-orig/configure.ac mpg123-1.28.1/configur
2222 dnl ############## Choose compiler flags and CPU
2323
2424 # do not assume gcc here, so no flags by default
25- diff '--color=auto' -Naur mpg123-1.28.1-orig/src/compat/compat.h mpg123-1.28.1/src/compat/compat.h
26- --- mpg123-1.28.1-orig/src/compat/compat.h 2021-07-12 00:49:40.876632271 +0200
27- +++ mpg123-1.28.1/src/compat/compat.h 2021-07-12 00:52:50.956634812 +0200
28- @@ -86,7 +86,8 @@
25+ diff --color -Naur mpg123-1.33.3.orig/src/compat/compat.c mpg123-1.33.3/src/compat/compat.c
26+ --- mpg123-1.33.3.orig/src/compat/compat.c 2025-10-05 22:59:02.000000000 +0200
27+ +++ mpg123-1.33.3/src/compat/compat.c 2025-10-21 15:10:38.369364458 +0200
28+ @@ -520,7 +520,7 @@
29+
30+ #ifdef DONT_CATCH_SIGNALS
31+ fprintf (stderr, "Not catching any signals.\n");
32+ - return ((void (*)()) -1);
33+ + return ((void (*)(int)) -1);
34+ #endif
35+
36+ new_sa.sa_handler = handler;
37+ diff --color -Naur mpg123-1.33.3.orig/src/compat/compat.h mpg123-1.33.3/src/compat/compat.h
38+ --- mpg123-1.33.3.orig/src/compat/compat.h 2025-10-05 22:59:02.000000000 +0200
39+ +++ mpg123-1.33.3/src/compat/compat.h 2025-10-21 14:49:00.630023566 +0200
40+ @@ -94,7 +94,8 @@
2941 #include <sys/time.h>
3042 #endif
3143 /* For select(), I need select.h according to POSIX 2001, else: sys/time.h sys/types.h unistd.h */
@@ -35,12 +47,12 @@ diff '--color=auto' -Naur mpg123-1.28.1-orig/src/compat/compat.h mpg123-1.28.1/s
3547 #include <sys/select.h>
3648 #endif
3749
38- diff ' --color=auto' -Naur mpg123-1.28.1- orig/src/control_generic.c mpg123-1.28.1 /src/control_generic.c
39- --- mpg123-1.28.1- orig/src/control_generic.c 2021-07-12 00:49:40.876632271 +0200
40- +++ mpg123-1.28.1 /src/control_generic.c 2021-07-12 00:54:20.726636012 +0200
41- @@ -28 ,8 +28 ,10 @@
50+ diff --color -Naur mpg123-1.33.3. orig/src/control_generic.c mpg123-1.33.3 /src/control_generic.c
51+ --- mpg123-1.33.3. orig/src/control_generic.c 2025-10-05 22:59:02.000000000 +0200
52+ +++ mpg123-1.33.3 /src/control_generic.c 2025-10-21 14:49:00.630277569 +0200
53+ @@ -29 ,8 +29 ,10 @@
4254 #include <ctype.h>
43- #if !defined (WIN32 ) || defined (__CYGWIN__)
55+ #if !defined (_WIN32 ) || defined (__CYGWIN__)
4456 #include <sys/wait.h>
4557+ #ifdef NETWORK
4658 #include <sys/socket.h>
@@ -49,7 +61,7 @@ diff '--color=auto' -Naur mpg123-1.28.1-orig/src/control_generic.c mpg123-1.28.1
4961 #include <errno.h>
5062 #include <string.h>
5163
52- @@ -397 ,7 +399 ,10 @@
64+ @@ -408 ,7 +410 ,10 @@
5365 outstream = stdout;
5466 out_is_term = stdout_is_term;
5567 }
@@ -61,10 +73,10 @@ diff '--color=auto' -Naur mpg123-1.28.1-orig/src/control_generic.c mpg123-1.28.1
6173 setlinebuf(outstream);
6274 #else /* perhaps just use setvbuf as it's C89 */
6375 /*
64- diff ' --color=auto' -Naur mpg123-1.28.1- orig/src/mpg123.c mpg123-1.28.1 /src/mpg123.c
65- --- mpg123-1.28.1- orig/src/mpg123.c 2021-07-12 00:49:40.876632271 +0200
66- +++ mpg123-1.28.1 /src/mpg123.c 2021-07-12 00:52:50.956634812 +0200
67- @@ -1353 ,6 +1353 ,8 @@
76+ diff --color -Naur mpg123-1.33.3. orig/src/mpg123.c mpg123-1.33.3 /src/mpg123.c
77+ --- mpg123-1.33.3. orig/src/mpg123.c 2025-10-05 22:59:02.000000000 +0200
78+ +++ mpg123-1.33.3 /src/mpg123.c 2025-10-21 14:49:00.630634577 +0200
79+ @@ -1341 ,6 +1341 ,8 @@
6880 if(param.verbose > 2) fprintf(stderr, "Note: pausing %i seconds before next track.\n", param.delay);
6981 #ifdef WIN32
7082 Sleep(param.delay*1000);
0 commit comments