From 429a56d73c0f9f2edf400fd6313850a3ce4fd809 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:13:19 +0100 Subject: [#189] ISC address updated --- includes/omapip/buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/omapip/buffer.h') diff --git a/includes/omapip/buffer.h b/includes/omapip/buffer.h index 33eb2f0e..693432f0 100644 --- a/includes/omapip/buffer.h +++ b/includes/omapip/buffer.h @@ -19,8 +19,8 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Internet Systems Consortium, Inc. - * 950 Charter Street - * Redwood City, CA 94063 + * PO Box 360 + * Newmarket, NH 03857 USA * * https://www.isc.org/ * -- cgit v1.2.1 From f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:14:16 +0100 Subject: [#189] Whitespace fixes in opened files --- includes/omapip/buffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/omapip/buffer.h') diff --git a/includes/omapip/buffer.h b/includes/omapip/buffer.h index 693432f0..4970e1dd 100644 --- a/includes/omapip/buffer.h +++ b/includes/omapip/buffer.h @@ -52,7 +52,7 @@ typedef struct _omapi_buffer { u_int16_t head, tail; /* Buffers are organized in a ring. */ char buf [OMAPI_BUF_SIZE]; /* The actual buffer is included in the buffer data structure. */ -} omapi_buffer_t; +} omapi_buffer_t; #define BUFFER_BYTES_FREE(x) \ ((x) -> tail > (x) -> head \ @@ -74,4 +74,3 @@ isc_result_t omapi_connection_get_uint32 (omapi_object_t *, u_int32_t *); isc_result_t omapi_connection_put_uint32 (omapi_object_t *, u_int32_t); isc_result_t omapi_connection_get_uint16 (omapi_object_t *, u_int16_t *); isc_result_t omapi_connection_put_uint16 (omapi_object_t *, u_int32_t); - -- cgit v1.2.1 From 49a7fb582dc7af0f7d25e28878001e9e8fea8979 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Tue, 25 Jan 2022 16:24:16 +0100 Subject: copy rights update --- includes/omapip/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/omapip/buffer.h') diff --git a/includes/omapip/buffer.h b/includes/omapip/buffer.h index 4970e1dd..b8d4fa9f 100644 --- a/includes/omapip/buffer.h +++ b/includes/omapip/buffer.h @@ -3,7 +3,7 @@ Definitions for the object management API protocol buffering... */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * This Source Code Form is subject to the terms of the Mozilla Public -- cgit v1.2.1