mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
Changelog:
1c4d1766d4/CHANGELOG (L935)
Instead of the xinetd-org sources, the OpenSUSE fork is used now
because the xinetd-org version is not maintained anymore. This fork
is used by Debian too and obsoletes the patches that were used
previously for the packaging at OpenWrt.
[1] https://github.com/xinetd-org/xinetd/issues/37
[2] https://packages.debian.org/trixie/xinetd
Signed-off-by: Jonas Lochmann <openwrt@jonaslochmann.de>
11 lines
170 B
Diff
11 lines
170 B
Diff
--- a/src/sio/sprint.c
|
|
+++ b/src/sio/sprint.c
|
|
@@ -6,6 +6,7 @@
|
|
|
|
|
|
#include "config.h"
|
|
+#define _GNU_SOURCE
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|