summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-01-13 10:18:46 +0000
committerRoland McGrath <roland@redhat.com>2004-01-13 10:18:46 +0000
commit1c04b0b000a93eef43fb2633a082d3f18da69f47 (patch)
tree4a43dc27ecfeafc2c5d7d65b09bb6db213a265aa /stream.c
parent7515547868273fc52143f5085d2c884cc02492c4 (diff)
downloadstrace-1c04b0b000a93eef43fb2633a082d3f18da69f47.tar.gz
strace-1c04b0b000a93eef43fb2633a082d3f18da69f47.tar.bz2
strace-1c04b0b000a93eef43fb2633a082d3f18da69f47.tar.xz
2004-01-13 Roland McGrath <roland@redhat.com>
* stream.c (internal_stream_ioctl): Fix typo strict -> struct. Reported by Petter Reinholdtsen <pere@hungry.com>.
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 21deb18..50bbca4 100644
--- a/stream.c
+++ b/stream.c
@@ -932,7 +932,7 @@ struct tcb *tcp;
int arg;
{
struct strioctl si;
- strict ioctlent *iop;
+ struct ioctlent *iop;
int in_and_out;
int timod = 0;
#ifdef SI_GETUDATA