mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- New MASTER_SITE - New MAINTAINER - Change to USES=tar:Z - Regenerate patches PR: 206321
10 lines
233 B
C
10 lines
233 B
C
--- ixo.c.orig 1999-01-02 01:59:33 UTC
|
|
+++ ixo.c
|
|
@@ -368,7 +368,6 @@ hangup_modem(int fd)
|
|
if (tcsetattr(fd, TCSANOW, &ti) < 0) {
|
|
qpage_log(LOG_DEBUG, "tcsetattr(): %s", strerror(errno));
|
|
closemodem(fd);
|
|
- return;
|
|
}
|
|
|
|
/*
|