Remove obsolete sg.h workaround.

This is no longer necessary as of glibc 2.2 (released in November 2000),
and it causes breakage when /usr/include/linux is installed using a
symlink-based system like stow.
This commit is contained in:
Adam Sampson 2018-10-31 12:43:55 +00:00
parent 507813529e
commit 668c2ba107
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <sys/ioctl.h>
#include <linux/param.h>
#include <linux/../scsi/sg.h> // workaround for broken RedHat 6.0 /usr/include/scsi
#include <scsi/sg.h>
#include <unistd.h>
#include <errno.h>