mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
It was unclear where the patches should go.
Fixes: 3d9903862d
Reported by: Chédotal Julien <rjdi@wanadoo.fr>
PR: 284869
11 lines
338 B
C
11 lines
338 B
C
--- thirdparty/linuxbsd_headers/udev/libudev.h.orig 2025-02-19 15:18:28.842768000 +0100
|
|
+++ thirdparty/linuxbsd_headers/udev/libudev.h 2025-02-19 15:18:40.913920000 +0100
|
|
@@ -22,7 +22,7 @@
|
|
#define _LIBUDEV_H_
|
|
|
|
#include <stdarg.h>
|
|
-#include <sys/sysmacros.h>
|
|
+// #include <sys/sysmacros.h>
|
|
#include <sys/types.h>
|
|
|
|
#ifdef __cplusplus
|