mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-10 18:29:44 +00:00
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:
parent
507813529e
commit
668c2ba107
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user