]> andersk Git - openssh.git/commitdiff
- (stevesk) entropy.c: typo; should be SIGPIPE
authorstevesk <stevesk>
Sun, 18 Feb 2001 11:34:32 +0000 (11:34 +0000)
committerstevesk <stevesk>
Sun, 18 Feb 2001 11:34:32 +0000 (11:34 +0000)
ChangeLog
entropy.c

index fbe5787dc198ec363cf7e7f0ee2efb3fa458e25e..db2151e6901126f1647ca4e756e9a6b4b3c54bf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. 
    Miller <Todd.Miller@courtesan.com>
  - (djm) Update RPM spec files for 2.5.0p1
+ - (stevesk) entropy.c: typo; should be SIGPIPE
 
 20010217
  - (bal) OpenBSD Sync:
index caabae876e2f9b26e32717e5012c2fec7653ec80..66cf75fbeb9259502f63d8b40abfa1b73b60983e 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -130,7 +130,7 @@ reopen:
 
        rval = 1;
 done:
-       mysignal(SIG_PIPE, old_sigpipe);
+       mysignal(SIGPIPE, old_sigpipe);
        if (fd != -1)
                close(fd);
        return(rval);
This page took 0.053476 seconds and 5 git commands to generate.