mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-22 16:40:34 -04:00
maint: shred: remove unnecessary setjmp.h include
It has not been needed since commit 9fd2c631b (Remove all uses of
signals; modern hosts have /dev/random and don't need this gorp.,
2005-04-09).
* src/shred.c: Don't include setjmp.h.
This commit is contained in:
@@ -77,7 +77,6 @@
|
||||
|
||||
#include <getopt.h>
|
||||
#include <stdio.h>
|
||||
#include <setjmp.h>
|
||||
#include <sys/types.h>
|
||||
#if defined __linux__ && HAVE_SYS_MTIO_H
|
||||
# include <sys/mtio.h>
|
||||
|
||||
Reference in New Issue
Block a user