1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add Systemtap package

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-05-09 21:15:28 +02:00
parent 2d41636606
commit e22b863f26
9 changed files with 379 additions and 0 deletions

View file

@ -0,0 +1,22 @@
--- a/staprun/staprun.h 2023-05-03 21:59:59.097825632 +0200
+++ b/staprun/staprun.h 2023-05-03 22:00:06.457699309 +0200
@@ -30,7 +30,7 @@
#include <errno.h>
#include <linux/fd.h>
#include <sys/mman.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <pthread.h>
#include <sys/socket.h>
#include <linux/limits.h>
--- a/stapbpf/stapbpf.cxx 2023-05-03 22:02:20.483398963 +0200
+++ b/stapbpf/stapbpf.cxx 2023-05-03 22:02:34.879151884 +0200
@@ -34,7 +34,7 @@
#include <limits.h>
#include <inttypes.h>
#include <getopt.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/syscall.h>