]> sourceware.org Git - glibc.git/commitdiff
* hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost declaration of value...
authorMark Kettenis <kettenis@gnu.org>
Wed, 24 Jan 2001 11:19:56 +0000 (11:19 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 24 Jan 2001 11:19:56 +0000 (11:19 +0000)
2001-01-24  Mark Kettenis  <kettenis@gnu.org>

* hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost
declaration of value such that we actually return the value of the
environment variable.

ChangeLog
hurd/hurdsig.c

index d2e2e1be5fd29da5d87da347b4282f76463dcd27..6a2a742c70c2c92a6f469a23936460bfa27e2a16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost
+       declaration of value such that we actually return the value of the
+       environment variable.
+
 2001-01-24  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/init-first.c: Remove extra __sysctl
index 80f915be71eb4a257790c51848670262a4a83fd4..3daef1142c8b07bf22a976b8adbf6b9b4ce95b76 100644 (file)
@@ -1347,7 +1347,6 @@ _hurdsig_getenv (const char *variable)
          _hurdsig_fault_preemptor.last = VM_MAX_ADDRESS;
          if (! strncmp (p, variable, len) && p[len] == '=')
            {
-             char *value;
              size_t valuelen;
              p += len + 1;
              valuelen = strlen (p);
This page took 0.043858 seconds and 5 git commands to generate.