summaryrefslogtreecommitdiff
path: root/ioctl.c
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-08-29 23:15:07 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-08-29 23:15:07 +0000
commit9ce1a63eb20b069607c06f9645ac5a17b418a5f3 (patch)
treec44fbd1dfd23b635e8dd518ac76c20b68e923563 /ioctl.c
parent5a777663d5208fb2485d06b5a54419f0d15e7bf6 (diff)
downloadstrace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.gz
strace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.bz2
strace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.xz
Catching up on my mail-backlog, see ChangeLog for details
Diffstat (limited to 'ioctl.c')
-rw-r--r--ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ioctl.c b/ioctl.c
index 65d3f52..24e84ba 100644
--- a/ioctl.c
+++ b/ioctl.c
@@ -108,8 +108,10 @@ long code, arg;
#endif /* !LINUX */
return sock_ioctl(tcp, code, arg);
#ifdef SVR4
+#ifndef SVR4_MP
case 'q':
return proc_ioctl(tcp, code, arg);
+#endif
#endif /* SVR4 */
#ifdef HAVE_SYS_STREAM_H
case 'S':