ports/editors/cooledit/files/patch-rxvt_rxvtlib__command.c
2014-02-05 22:51:16 +00:00

11 lines
377 B
C

--- rxvt/rxvtlib_command.c.orig 2005-04-04 20:47:45.000000000 +0000
+++ rxvt/rxvtlib_command.c
@@ -385,7 +385,7 @@ int rxvtlib_get_tty (rxvtlib
o->killed = EXIT_FAILURE | DO_EXIT;
return -1;
}
-#ifdef PTYS_ARE_PTMX
+#if defined(PTYS_ARE_PTMX) && !defined(__DragonFly__)
/*
* Push STREAMS modules:
* ptem: pseudo-terminal hardware emulation module.