From owner-freebsd-commit Thu Nov 16 02:11:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28231 for freebsd-commit-outgoing; Thu, 16 Nov 1995 02:11:17 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28217 for cvs-all-outgoing; Thu, 16 Nov 1995 02:11:12 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28203 for cvs-sys-outgoing; Thu, 16 Nov 1995 02:11:06 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28185 ; Thu, 16 Nov 1995 02:10:55 -0800 Date: Thu, 16 Nov 1995 02:10:55 -0800 From: Bruce Evans Message-Id: <199511161010.CAA28185@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/isdn if_ii.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 02:10:54 Modified: sys/gnu/isdn if_ii.c Log: Fixed the types of iioutput() and ii_input(). Trailing args were missing. Completed function declarations.