]> granicus.if.org Git - strace/commitdiff
2004-01-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 13 Jan 2004 10:18:46 +0000 (10:18 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Jan 2004 10:18:46 +0000 (10:18 +0000)
* stream.c (internal_stream_ioctl): Fix typo strict -> struct.
Reported by Petter Reinholdtsen <pere@hungry.com>.

stream.c

index 21deb1816001c17e05a46c58a2ae5bb5d7112f65..50bbca437b588a0898eff296c94e768b8e1bfb65 100644 (file)
--- 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