*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Fri, 10 May 1996 13:52:21 +0000 (13:52 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Fri, 10 May 1996 13:52:21 +0000 (13:52 +0000)
* string/envz.h (envz_get): Omit const from declaration of return
type.

ChangeLog
string/envz.h

index 9aca04d..bb79f98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@ Fri May 10 09:41:54 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
 
        * string/argz.h (__argz_create, argz_create): Omit const keyword
        from declaration of ARGV.
-
+       * string/envz.h (envz_get): Omit const from declaration of return
+       type.
+       
 Thu May  9 09:17:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>.
index bb907d7..fd88657 100644 (file)
@@ -33,8 +33,8 @@ char *envz_entry __P ((__const char *__envz, size_t __envz_len,
 
 /* Returns a pointer to the value portion of the entry in ENVZ for NAME, or 0
    if there is none.  */
-const char *envz_get __P ((__const char *__envz, size_t __envz_len,
-                          __const char *__name));
+char *envz_get __P ((__const char *__envz, size_t __envz_len,
+                    __const char *__name));
 
 /* Adds an entry for NAME with value VALUE to ENVZ & ENVZ_LEN.  If an entry
    with the same name already exists in ENVZ, it is removed.  If VALUE is