summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pppoe
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2026-02-23 21:46:52 +0200
committerGitHub <noreply@github.com>2026-02-23 21:46:52 +0200
commit8ea3847c1fefd8f093d69561a19684f428cba1f6 (patch)
tree013e161571a39d7d2f1b12c8af6cb161bb29d6e9 /accel-pppd/ctrl/pppoe
parenta5bdccf4b9b631495529227c421f9eeffd41995c (diff)
parent1314586acfc2a99c0c72cda1f517b441599719a5 (diff)
downloadaccel-ppp-show-sessions-mtu-mru.tar.gz
accel-ppp-show-sessions-mtu-mru.zip
Merge pull request #300 from marekm72/marekm72-patch-1-printf-hHEADshow-sessions-mtu-mrumaster
Simplify Alpine Linux / musl libc port
Diffstat (limited to 'accel-pppd/ctrl/pppoe')
-rw-r--r--accel-pppd/ctrl/pppoe/pppoe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.c b/accel-pppd/ctrl/pppoe/pppoe.c
index c481b7ec..6ec07c9d 100644
--- a/accel-pppd/ctrl/pppoe/pppoe.c
+++ b/accel-pppd/ctrl/pppoe/pppoe.c
@@ -11,9 +11,6 @@
#include <net/ethernet.h>
#include <netpacket/packet.h>
#include <arpa/inet.h>
-#ifdef HAVE_PRINTF_H
-#include <printf.h>
-#endif
#include "events.h"
#include "triton.h"