summaryrefslogtreecommitdiffstats
path: root/artsc
diff options
context:
space:
mode:
authorOBATA Akio <[email protected]>2020-01-31 18:29:23 +0900
committerMichele Calgaro <[email protected]>2020-01-31 21:52:31 +0900
commit405df7bf908beb8471df764bc00b3f823b6a729d (patch)
treec56fa82ec4de8c08044bffe52854b19acdf685b6 /artsc
parent35cbe8d714c864e1e8f3fbb43fe4b92bda509759 (diff)
downloadarts-405df7bf908beb8471df764bc00b3f823b6a729d.tar.gz
arts-405df7bf908beb8471df764bc00b3f823b6a729d.zip
Drop `unsigned long int` case for the first argment type of ioctl(2)
It is identically same as `unsigned long`. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 08329d90148d57333b21ef5e83d49b8f5c8db3c0)
Diffstat (limited to 'artsc')
-rw-r--r--artsc/artsdsp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/artsc/artsdsp.c b/artsc/artsdsp.c
index 2b6b3ef..0139a74 100644
--- a/artsc/artsdsp.c
+++ b/artsc/artsdsp.c
@@ -79,8 +79,6 @@ static int frags;
typedef int ioctl_request_t;
#elif defined(HAVE_IOCTL_INT_ULONG_DOTS)
typedef unsigned long ioctl_request_t;
-#elif defined(HAVE_IOCTL_INT_ULONGINT_DOTS)
-typedef unsigned long int ioctl_request_t;
#else
#error "unknown ioctl type (check config.h, adapt configure test)..."
#endif