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)
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
How exactly would I apply this patch?
Log in to post a comment.
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?
On Mon, 24 Nov 2014, Douglas Carmichael wrote:
See:
http://sourceforge.net/p/cdesktopenv/wiki/Contributing%20to%20CDE/
--
Jon Trulson
"Don't believe everything you read on the internet."
--Abraham Lincoln
How exactly would I apply this patch?