Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/include/dns/Attic/tcpmsg.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/include/dns/Attic/tcpmsg.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3.2.2 retrieving revision 1.4 diff -u -p -r1.3.2.2 -r1.4 --- src/external/mpl/bind/dist/lib/dns/include/dns/Attic/tcpmsg.h 2019/06/10 22:04:37 1.3.2.2 +++ src/external/mpl/bind/dist/lib/dns/include/dns/Attic/tcpmsg.h 2020/05/24 19:46:23 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: tcpmsg.h,v 1.3.2.2 2019/06/10 22:04:37 christos Exp $ */ +/* $NetBSD: tcpmsg.h,v 1.4 2020/05/24 19:46:23 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -11,7 +11,6 @@ * information regarding copyright ownership. */ - #ifndef DNS_TCPMSG_H #define DNS_TCPMSG_H 1 @@ -25,19 +24,19 @@ typedef struct dns_tcpmsg { /* private (don't touch!) */ - unsigned int magic; - uint16_t size; - isc_buffer_t buffer; - unsigned int maxsize; - isc_mem_t *mctx; - isc_socket_t *sock; - isc_task_t *task; - isc_taskaction_t action; - void *arg; - isc_event_t event; + unsigned int magic; + uint16_t size; + isc_buffer_t buffer; + unsigned int maxsize; + isc_mem_t * mctx; + isc_socket_t * sock; + isc_task_t * task; + isc_taskaction_t action; + void * arg; + isc_event_t event; /* public (read-only) */ - isc_result_t result; - isc_sockaddr_t address; + isc_result_t result; + isc_sockaddr_t address; } dns_tcpmsg_t; ISC_LANG_BEGINDECLS @@ -74,8 +73,8 @@ dns_tcpmsg_setmaxsize(dns_tcpmsg_t *tcpm */ isc_result_t -dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, - isc_task_t *task, isc_taskaction_t action, void *arg); +dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, + isc_taskaction_t action, void *arg); /*%< * Schedule an event to be delivered when a DNS message is readable, or * when an error occurs on the socket.