mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
53c0b7cf3c
- Fix installation from package As always, please be careful not to nuke your local configuration on updating. This port needs a maintainer who actually uses it! Closes PR: ports/60585 Submitted by: Seva Gluschenko
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
--- transports/smtp/getmxrr.c.orig Mon Jun 23 12:04:35 2003
|
|
+++ transports/smtp/getmxrr.c Fri Dec 26 11:30:58 2003
|
|
@@ -416,7 +416,6 @@
|
|
break;
|
|
case EAI_NONAME:
|
|
case EAI_FAIL:
|
|
- case EAI_NODATA:
|
|
case EAI_SERVICE:
|
|
default:
|
|
break;
|