Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!rna!n44a!wjh12!genrad!decvax!harpo!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.UUCP Newsgroups: net.unix-wizards Subject: Re: lint and ioctl parameter types (4.2 BSD) Message-ID: <3334@brl-vgr.UUCP> Date: Sun, 8-Apr-84 09:01:29 EST Article-I.D.: brl-vgr.3334 Posted: Sun Apr 8 09:01:29 1984 Date-Received: Wed, 11-Apr-84 01:13:09 EST References: <5773@mcvax.UUCP> Lines: 4 Look in /usr/lib/llib-lc to see what lint thinks ioctl looks like on your particular system. On my system the first two parameters are type int and VARARGS2 is specified. I never get complaints about ioctl from lint.