Menu

dtlogin dm.h patch to compile on OpenBSD 5.6

2014-11-24
2015-02-19
  • Douglas Carmichael

    I've created a patch for dm.h in dtlogin to enable CDE to compile on OpenBSD 5.6.

    How could I submit this to the main repository?

    *** cde/programs/dtlogin/dm.h.orig  Mon Nov 17 00:06:22 2014
    --- cde/programs/dtlogin/dm.h   Mon Nov 17 00:06:24 2014
    ***************
    *** 202,208 ****
       ***************************************************************************/
    
      /*#if defined(SYSV) && !defined(hpux)*/
    ! #if defined(SYSV) || defined(SVR4) || defined(linux) || defined(__FreeBSD__)
      #   include   <sys/wait.h>
      # define waitCode(w)  WEXITSTATUS(w)
      # define waitSig(w)   WTERMSIG(w)
    --- 202,208 ----
       ***************************************************************************/
    
      /*#if defined(SYSV) && !defined(hpux)*/
    ! #if defined(SYSV) || defined(SVR4) || defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__)
      #   include   <sys/wait.h>
      # define waitCode(w)  WEXITSTATUS(w)
      # define waitSig(w)   WTERMSIG(w)
    
     
    • Jon Trulson

      Jon Trulson - 2014-11-28

      On Mon, 24 Nov 2014, Douglas Carmichael wrote:

      I've created a patch for dm.h in dtlogin to enable CDE to compile on OpenBSD 5.6.

      How could I submit this to the main repository?

      See:
      http://sourceforge.net/p/cdesktopenv/wiki/Contributing%20to%20CDE/

      --
      Jon Trulson

      "Don't believe everything you read on the internet."
      --Abraham Lincoln

       
    • vmlinuz719

      vmlinuz719 - 2015-02-19

      How exactly would I apply this patch?

       

Log in to post a comment.

MongoDB Logo MongoDB