From: rofl0r Date: Thu, 21 Feb 2013 14:40:08 +0000 (+0100) Subject: scsci/sg.h: fix usage of undefined macro HZ X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=8224bdbbedc60a5d637d95ddd344501f667f0294;ds=sidebyside scsci/sg.h: fix usage of undefined macro HZ this macro is 100 on all archs, at least in userspace, according to kernel headers. --- diff --git a/include/scsi/sg.h b/include/scsi/sg.h index f3fd05b4..a7ac247e 100644 --- a/include/scsi/sg.h +++ b/include/scsi/sg.h @@ -52,7 +52,7 @@ #define SG_SET_COMMAND_Q 0x2271 #define SG_SET_DEBUG 0x227e #define SG_NEXT_CMD_LEN 0x2283 -#define SG_DEFAULT_TIMEOUT (60*HZ) +#define SG_DEFAULT_TIMEOUT (60*100) /* 60*HZ */ #define SG_DEF_COMMAND_Q 0 #define SG_DEF_UNDERRUN_FLAG 0