summaryrefslogtreecommitdiff
path: root/lib/csu/common.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-01 18:17:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-01 18:17:57 +0000
commit77748d9023b20dc1699c563c024514c66c663b88 (patch)
tree617630565cc10daac57a82dfa60c8ea80f5233af /lib/csu/common.c
parent09f5bbb72148850e9b61df2e0d9e5a7ea8888937 (diff)
proto for dlerror() changed
Diffstat (limited to 'lib/csu/common.c')
-rw-r--r--lib/csu/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/common.c b/lib/csu/common.c
index 0d3b5186c69..5fd41c70edd 100644
--- a/lib/csu/common.c
+++ b/lib/csu/common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.c,v 1.6 2001/05/11 15:22:37 art Exp $ */
+/* $OpenBSD: common.c,v 1.7 2001/06/01 18:17:56 deraadt Exp $ */
/* $NetBSD: common.c,v 1.4 1995/09/23 22:34:20 pk Exp $ */
/*
* Copyright (c) 1993,1995 Paul Kranenburg
@@ -206,7 +206,7 @@ int cmd;
return (ld_entry->dlctl)(fd, cmd, arg);
}
-char *
+const char *
dlerror()
{
int error;