From 1c04b0b000a93eef43fb2633a082d3f18da69f47 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 13 Jan 2004 10:18:46 +0000 Subject: [PATCH] 2004-01-13 Roland McGrath * stream.c (internal_stream_ioctl): Fix typo strict -> struct. Reported by Petter Reinholdtsen . --- stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.c b/stream.c index 21deb181..50bbca43 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 -- 2.50.1