summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/common_sources/uuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/common_sources/uuconf.h')
-rw-r--r--gnu/libexec/uucp/common_sources/uuconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/common_sources/uuconf.h b/gnu/libexec/uucp/common_sources/uuconf.h
index 3909888..32f653d 100644
--- a/gnu/libexec/uucp/common_sources/uuconf.h
+++ b/gnu/libexec/uucp/common_sources/uuconf.h
@@ -29,6 +29,8 @@
c/o Cygnus Support, 48 Grove Street, Somerville, MA 02144.
*/
+/* $FreeBSD$ */
+
#ifndef UUCONF_H
#define UUCONF_H
@@ -417,6 +419,8 @@ struct uuconf_tcp_port
/* The TCP port number to use. May be a name or a number. May be
NULL, in which case "uucp" is looked up using getservbyname. */
char *uuconf_zport;
+ /* Address family to use for a TCP connection. */
+ int uuconf_zfamily;
/* A NULL terminated sequence of dialer/token pairs (element 0 is a
dialer name, element 1 is a token, etc.) May be NULL. */
char **uuconf_pzdialer;
OpenPOWER on IntegriCloud