Files
packages/net/xinetd/patches/001-sprint-gnu-extensions.patch
Jonas Lochmann 47a54ba42d xinetd: update to 2.3.15.4
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>
2026-01-08 11:06:19 +02:00

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>