| 1234567891011 |
- --- 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
-
|