summaryrefslogtreecommitdiff
path: root/scsi.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-02-25 02:24:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-02-25 02:24:03 +0100
commited720fda5d515f1359fcd3242223e553d1216789 (patch)
treedf52110c250932724fe0fae65e9eeda96a710580 /scsi.c
parentd2a660f534d98169f60d50706cbb2ec15fa13cf8 (diff)
downloadstrace-ed720fda5d515f1359fcd3242223e553d1216789.tar.gz
strace-ed720fda5d515f1359fcd3242223e553d1216789.tar.bz2
strace-ed720fda5d515f1359fcd3242223e553d1216789.tar.xz
Automated removal of non-Linux code
This change is generated by running every source through the following command: unifdef -DLINUX -Dlinux -USUNOS4 -USVR4 -UUNIXWARE -UFREEBSD -USUNOS4_KERNEL_ARCH_KLUDGE -UHAVE_MP_PROCFS -UHAVE_POLLABLE_PROCFS -UHAVE_PR_SYSCALL -UUSE_PROCFS file.c Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scsi.c')
-rw-r--r--scsi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scsi.c b/scsi.c
index b8b2866..005eb0c 100644
--- a/scsi.c
+++ b/scsi.c
@@ -1,6 +1,5 @@
#include "defs.h"
-#ifdef LINUX
#include <sys/ioctl.h>
#include <scsi/sg.h>
@@ -111,4 +110,3 @@ scsi_ioctl(struct tcb *tcp, long code, long arg)
}
return 1;
}
-#endif /* LINUX */