opnsense-ports/editors/cooledit/files/patch-rxvt_rxvtlib__command.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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.