patch-src_sys_h 313 B

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