commit | 9ce1a63eb20b069607c06f9645ac5a17b418a5f3 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Sun Aug 29 23:15:07 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Sun Aug 29 23:15:07 1999 +0000 |
tree | c44fbd1dfd23b635e8dd518ac76c20b68e923563 | |
parent | 5a777663d5208fb2485d06b5a54419f0d15e7bf6 [diff] [blame] |
Catching up on my mail-backlog, see ChangeLog for details
diff --git a/ioctl.c b/ioctl.c index 65d3f52..24e84ba 100644 --- a/ioctl.c +++ b/ioctl.c
@@ -108,8 +108,10 @@ #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':