summaryrefslogtreecommitdiffstats
path: root/lib/isc/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/buffer.c')
-rw-r--r--lib/isc/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c
index 1b59e65..e37af15 100644
--- a/lib/isc/buffer.c
+++ b/lib/isc/buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -28,7 +28,7 @@
#include <isc/util.h>
void
-isc__buffer_init(isc_buffer_t *b, const void *base, unsigned int length) {
+isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) {
/*
* Make 'b' refer to the 'length'-byte region starting at 'base'.
* XXXDCL see the comment in buffer.h about base being const.
OpenPOWER on IntegriCloud