summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/dns/rdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata.c')
-rw-r--r--usr.bin/dig/lib/dns/rdata.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/dns/rdata.c b/usr.bin/dig/lib/dns/rdata.c
index 23ff09bb54d..3d089672acb 100644
--- a/usr.bin/dig/lib/dns/rdata.c
+++ b/usr.bin/dig/lib/dns/rdata.c
@@ -14,11 +14,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rdata.c,v 1.23 2020/02/24 17:57:54 florian Exp $ */
+/* $Id: rdata.c,v 1.24 2020/02/25 05:00:42 jsg Exp $ */
/*! \file */
-
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@@ -1142,7 +1141,6 @@ static const char atob_digits[86] =
* Modified to be re-entrant 3/2/99.
*/
-
struct state {
int32_t Ceor;
int32_t Csum;
@@ -1224,7 +1222,6 @@ byte_btoa(int c, isc_buffer_t *target, struct state *state) {
return (ISC_R_SUCCESS);
}
-
/*
* Encode the binary data from inbuf, of length inbuflen, into a
* target. Return success/failure status