From 2adddc782fb4a5948a4e3ccfbf04412179207541 Mon Sep 17 00:00:00 2001 From: stevesk Date: Sun, 18 Feb 2001 11:34:32 +0000 Subject: [PATCH] - (stevesk) entropy.c: typo; should be SIGPIPE --- ChangeLog | 1 + entropy.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fbe5787d..db2151e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ a that lacks the TAILQ_* macros. Patch from Todd C. Miller - (djm) Update RPM spec files for 2.5.0p1 + - (stevesk) entropy.c: typo; should be SIGPIPE 20010217 - (bal) OpenBSD Sync: diff --git a/entropy.c b/entropy.c index caabae87..66cf75fb 100644 --- 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); -- 2.45.1