762bb41901
- Convert to options helpers - Drop incidental variables - Reset maintainer due to the long timeout Changes: https://raw.githubusercontent.com/karlheyes/icecast-kh/icecast-2.4.0-kh10/NEWS PR: 230814 Reported by: shon@misproductions.com Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (based on) Approved by: anes@anes.su (maintainer timeout, > 3 months)
15 lines
271 B
C
15 lines
271 B
C
https://github.com/karlheyes/icecast-kh/pull/231
|
|
|
|
--- src/auth_cmd.c.orig 2018-08-29 15:48:26 UTC
|
|
+++ src/auth_cmd.c
|
|
@@ -35,9 +35,7 @@
|
|
#ifdef HAVE_POLL
|
|
#include <poll.h>
|
|
#endif
|
|
-#ifdef HAVE_SIGNAL_H
|
|
#include <signal.h>
|
|
-#endif
|
|
|
|
#include "auth.h"
|
|
#include "util.h"
|