From b4bebb05652255c4eafc85488be11a09d6acc29a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 15 Aug 1996 15:51:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@650 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 2 +- lib/roken/roken.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index b310c9105..5f522767f 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -42,7 +42,7 @@ char *strerror(int eno); #endif #ifndef HAVE_HSTRERROR -const char *hstrerror(int herr); +char *hstrerror(int herr); #endif #ifndef HAVE_HERROR diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index b310c9105..5f522767f 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -42,7 +42,7 @@ char *strerror(int eno); #endif #ifndef HAVE_HSTRERROR -const char *hstrerror(int herr); +char *hstrerror(int herr); #endif #ifndef HAVE_HERROR