summaryrefslogtreecommitdiff
path: root/package/libedit/patches/patch-src_sys_h
blob: 4ee74acb050181b79785a4cb5afce48e4c1ba796 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libedit-20230828-3.1.orig/src/sys.h	2023-08-27 09:50:35.000000000 +0200
+++ libedit-20230828-3.1/src/sys.h	2023-12-19 16:51:25.734885959 +0100
@@ -40,7 +40,7 @@
 #ifndef _h_sys
 #define	_h_sys
 
-#if defined(HAVE_SYS_TYPES_H) && defined(__sun)
+#if defined(HAVE_SYS_TYPES_H)
 #include <sys/types.h>
 #endif