Edit

IABSD.fr/ports/java/tanukiwrapper/patches/patch-src_c_logger_c

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-08 00:55:13
    Hash : b92a68e3
    Message : update to java-tanukiwrapper-3.5.49, from Dimitri Karamazov (maintainer) plus drop RCS IDs

  • java/tanukiwrapper/patches/patch-src_c_logger_c
  • add OpenBSD logging support
    
    --- src/c/logger.c.orig	Fri Jul 31 18:11:51 2020
    +++ src/c/logger.c	Fri Jul 31 18:12:14 2020
    @@ -73,7 +73,7 @@ typedef long intptr_t;
       #include <sys/errno.h>
       #include <sys/fcntl.h>
      #elif defined(AIX) || defined(HPUX) || defined(MACOSX)
    - #elif defined(FREEBSD)
    + #elif defined(FREEBSD) || defined(OPENBSD)
       #include <sys/param.h>
       #include <errno.h>
      #else /* LINUX */