Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!floyd!harpo!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c,net.unix-wizards Subject: Re: lint and ioctl parameter types (4.2 BSD) Message-ID: <3334@brl-vgr.ARPA> 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: Mon, 9-Apr-84 05:52:10 EST References: <5773@mcvax.UUCP> Organization: Ballistics Research Lab 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.