From ed720fda5d515f1359fcd3242223e553d1216789 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 25 Feb 2012 02:24:03 +0100 Subject: 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 --- block.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'block.c') diff --git a/block.c b/block.c index 68c6c70..599e584 100644 --- a/block.c +++ b/block.c @@ -26,7 +26,6 @@ */ #include "defs.h" -#ifdef LINUX #include #include #include @@ -282,4 +281,3 @@ block_ioctl(struct tcb *tcp, long code, long arg) }; return 1; } -#endif /* LINUX */ -- cgit v1.2.3