summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 04:30:43 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 04:30:43 +0000
commit476239ca290c5db9b14754f6cd2cb05d699b6c2e (patch)
tree637a91232cd4321ca3c8066b28d3aa5c5de0864a
parentbd3a5e20e335a01ed66170dd2d1e67090a288839 (diff)
downloadATCD-476239ca290c5db9b14754f6cd2cb05d699b6c2e.tar.gz
.
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index a54a6f58dea..b4133fa650c 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5774,7 +5774,7 @@ public:
static int t_connect(int fildes,
struct t_call *sndcall,
struct t_call *rcvcall);
- static void t_error (char *errmsg);
+ static void t_error (const char *errmsg);
static int t_free (char *ptr,
int struct_type);
static int t_getinfo (ACE_HANDLE fildes,