mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
18dac5199e
PR: 16952 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
diff -ruN ../fetchmail-5.3.0.OLD/conf.c ./conf.c
|
|
--- ../fetchmail-5.3.0.OLD/conf.c Fri Feb 18 01:31:22 2000
|
|
+++ ./conf.c Wed Feb 23 23:48:58 2000
|
|
@@ -249,9 +249,10 @@
|
|
stringdump("via", ctl->server.via);
|
|
stringdump("protocol",
|
|
using_kpop ? "KPOP" : showproto(ctl->server.protocol));
|
|
- numdump("port", ctl->server.port);
|
|
#if INET6_ENABLE
|
|
stringdump("service", ctl->server.service);
|
|
+#else
|
|
+ numdump("port", ctl->server.port);
|
|
#endif
|
|
numdump("timeout", ctl->server.timeout);
|
|
numdump("interval", ctl->server.interval);
|