mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d96072f0de
- Added OPTIONS knob for enabling srvrsnpp.c patch from ports/123437 (felt it was better to make the patch optional) - Added more knobs for compile-time options: daemon user, syslog facility - Changed ${INSTALL_SCRIPT} to ${INSTALL_DATA} in post-install target - Removed old maintainer e-mail address from pkg-descr PR: 128318 Submitted by: maintainer
11 lines
260 B
C
11 lines
260 B
C
--- ixo.c.orig 1999-01-01 20:59:33.000000000 -0500
|
|
+++ ixo.c 2008-10-20 00:10:55.367858145 -0400
|
|
@@ -368,7 +368,6 @@
|
|
if (tcsetattr(fd, TCSANOW, &ti) < 0) {
|
|
qpage_log(LOG_DEBUG, "tcsetattr(): %s", strerror(errno));
|
|
closemodem(fd);
|
|
- return;
|
|
}
|
|
|
|
/*
|