diff options
Diffstat (limited to 'sysutils/scanmem/files/patch-interrupt.h')
-rw-r--r-- | sysutils/scanmem/files/patch-interrupt.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/scanmem/files/patch-interrupt.h b/sysutils/scanmem/files/patch-interrupt.h deleted file mode 100644 index 0a7228050288..000000000000 --- a/sysutils/scanmem/files/patch-interrupt.h +++ /dev/null @@ -1,11 +0,0 @@ ---- interrupt.h.orig 2009-12-14 15:15:26 UTC -+++ interrupt.h -@@ -10,7 +10,7 @@ - /* small header file to manage interrupted commands */ - - static sigjmp_buf jmpbuf; /* used when aborting a command due to interrupt */ --static sighandler_t oldsig; /* reinstalled before longjmp */ -+static sig_t oldsig; /* reinstalled before longjmp */ - static unsigned intused; - - /* signal handler to handle interrupt during a commands */ |