diff options
Diffstat (limited to '')
-rw-r--r-- | g10/cpr.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -465,9 +465,7 @@ myread(int fd, void *buf, size_t count) else /* Ctrl-D not caught - do something reasonable */ { #ifdef HAVE_DOSISH_SYSTEM -#ifndef HAVE_W32CE_SYSTEM raise (SIGINT); /* Nothing to hangup under DOS. */ -#endif #else raise (SIGHUP); /* No more input data. */ #endif |