Skip to content

Commit

Permalink
Feature appneta#853 - manual fix of merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 29, 2024
1 parent 07007e7 commit 1c1e6dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/common/sendpacket.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>
#endif
#ifdef HAVE_NET_ROUTE_H
#include <net/route.h>
#endif
Expand Down Expand Up @@ -579,7 +576,7 @@ sendpacket_open(const char *device,
#ifdef HAVE_LIBXDP
if (sendpacket_type == SP_TYPE_LIBXDP)
sp = sendpacket_open_xsk(device, errbuf);
} else
else
#endif
#if defined HAVE_PF_PACKET
sp = sendpacket_open_pf(device, errbuf);
Expand Down

0 comments on commit 1c1e6dc

Please sign in to comment.