2004-01-13  Roland McGrath  <roland@redhat.com>

	* stream.c (internal_stream_ioctl): Fix typo strict -> struct.
	Reported by Petter Reinholdtsen <pere@hungry.com>.
diff --git a/stream.c b/stream.c
index 21deb18..50bbca4 100644
--- a/stream.c
+++ b/stream.c
@@ -932,7 +932,7 @@
 int arg;
 {
 	struct strioctl si;
-	strict ioctlent *iop;
+	struct ioctlent *iop;
 	int in_and_out;
 	int timod = 0;
 #ifdef SI_GETUDATA