summaryrefslogtreecommitdiff
path: root/ioctl.c
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-11-29 15:34:02 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-11-29 15:34:02 +0000
commitea78f0f77185f7d6d0b2055805139d96e1be816c (patch)
tree2dc595decf63ad00ae248b50b60b608933d72c58 /ioctl.c
parentaec6238b12deda2f24fc415d65d3e1483df905b3 (diff)
downloadstrace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.gz
strace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.bz2
strace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.xz
Add UnixWare support to configure
Diffstat (limited to 'ioctl.c')
-rw-r--r--ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioctl.c b/ioctl.c
index 24e84ba..4e6a416 100644
--- a/ioctl.c
+++ b/ioctl.c
@@ -108,7 +108,7 @@ long code, arg;
#endif /* !LINUX */
return sock_ioctl(tcp, code, arg);
#ifdef SVR4
-#ifndef SVR4_MP
+#ifndef HAVE_MP_PROCFS
case 'q':
return proc_ioctl(tcp, code, arg);
#endif