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

* stream.c (internal_stream_ioctl): Fix typo strict -> struct.
	Reported by Petter Reinholdtsen <pere@hungry.com>.
This commit is contained in:
Roland McGrath 2004-01-13 10:18:46 +00:00
parent 7515547868
commit 1c04b0b000

View File

@ -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